#7D172F

Color #7D172F Scarlett (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlett #7D172F

Tints of Scarlett #7D172F

Color information

#7D172F (or 0x7D172F) is unknown color: approx Scarlett. HEX triplet: 7D, 17 and 2F. RGB value is (125,23,47). Sum of RGB (Red+Green+Blue) = 125+23+47=195 (25% of max value = 765). Red value is 125 (49.22% from 255 or 64.10% from 195); Green value is 23 (9.38% from 255 or 11.79% from 195); Blue value is 47 (18.75% from 255 or 24.10% from 195); Max value from RGB is 125 - color contains mainly: red. Hex color #7D172F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D172F is #82E8D0. Grayscale: #383838. Windows color (decimal): -8579281 or 3086205. OLE color: 3086205.

HSL color Cylindrical-coordinate representation of color #7D172F: hue angle of 345.88º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7D172F is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.51.

Color convert

RGB1252347-
CMYK00.820.620.51
HSL345.88º68.92%29.02%-
HSV(B)345.88º81.6%49.02%-
XYZ9.285.183.2-
YUV56.23122.79177.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 125 (49.22% from 255) = 64.10%
GREEN value IS 23 (9.38% from 255) = 11.79%
BLUE value IS 47 (18.75% from 255) = 24.10%
R=64.10%
G=11.79%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.62
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125234700.820.620.51345.8868.9229.02
Hex7D172F0523E3315a451d
Octal17527570122766353210535
Binary11111011011110111101010010111110110011101011010100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D172F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D172F; }

 p { color: rgb(125,23,47); }

 H1.HeaderClassName
 {
   color: #7D172F;
 }
 .AnyTagClassName
 {
   color: #7D172F;
 }
</style>
background-color css

<style>
 a { background-color: #7D172F; }

 a { background-color: rgb(125,23,47); }

 div.DivClassName
 {
   background-color: #7D172F;
 }
 .BgClassName
 {
   background-color: #7D172F;
 }
</style>
border-color css

<style>
 span { border-color: #7D172F; }

 span { border-color: rgb(125,23,47); }

 td.TdClassName
 {
   border-color: #7D172F;
 }
 .TagClassName
 {
   border-color: #7D172F;
 }
</style>