#7F142A

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

Shades of Scarlett #7F142A

Tints of Scarlett #7F142A

Color information

#7F142A (or 0x7F142A) is unknown color: approx Scarlett. HEX triplet: 7F, 14 and 2A. RGB value is (127,20,42). Sum of RGB (Red+Green+Blue) = 127+20+42=189 (25% of max value = 765). Red value is 127 (50% from 255 or 67.20% from 189); Green value is 20 (8.20% from 255 or 10.58% from 189); Blue value is 42 (16.80% from 255 or 22.22% from 189); Max value from RGB is 127 - color contains mainly: red. Hex color #7F142A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F142A is #80EBD5. Grayscale: #363636. Windows color (decimal): -8448982 or 2757759. OLE color: 2757759.

HSL color Cylindrical-coordinate representation of color #7F142A: hue angle of 347.66º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7F142A is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.50.

Color convert

RGB1272042-
CMYK00.840.670.50
HSL347.66º72.79%28.82%-
HSV(B)347.66º84.25%49.8%-
XYZ9.425.182.69-
YUV54.5120.95179.71-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 67.20%
GREEN value IS 20 (8.20% from 255) = 10.58%
BLUE value IS 42 (16.80% from 255) = 22.22%
R=67.20%
G=10.58%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.67
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127204200.840.670.50347.6672.7928.82
Hex7F142A054433215c491d
Octal177245201241036253411135
Binary111111110100101010010101001000011110010101011100100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F142A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,20,42); }

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

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

 a { background-color: rgb(127,20,42); }

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

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

 span { border-color: rgb(127,20,42); }

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