#7D142F

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

Shades of Scarlett #7D142F

Tints of Scarlett #7D142F

Color information

#7D142F (or 0x7D142F) is unknown color: approx Scarlett. HEX triplet: 7D, 14 and 2F. RGB value is (125,20,47). Sum of RGB (Red+Green+Blue) = 125+20+47=192 (25% of max value = 765). Red value is 125 (49.22% from 255 or 65.10% from 192); Green value is 20 (8.20% from 255 or 10.42% from 192); Blue value is 47 (18.75% from 255 or 24.48% from 192); Max value from RGB is 125 - color contains mainly: red. Hex color #7D142F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D142F is #82EBD0. Grayscale: #363636. Windows color (decimal): -8580049 or 3085437. OLE color: 3085437.

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

Color convert

RGB1252047-
CMYK00.840.620.51
HSL344.57º72.41%28.43%-
HSV(B)344.57º84%49.02%-
XYZ9.225.073.18-
YUV54.47123.79178.3-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 65.10%
GREEN value IS 20 (8.20% from 255) = 10.42%
BLUE value IS 47 (18.75% from 255) = 24.48%
R=65.10%
G=10.42%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.62
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125204700.840.620.51344.5772.4128.43
Hex7D142F0543E33159481c
Octal17524570124766353111034
Binary11111011010010111101010100111110110011101011001100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D142F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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