#7F2831

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

Shades of Scarlett #7F2831

Tints of Scarlett #7F2831

Color information

#7F2831 (or 0x7F2831) is unknown color: approx Scarlett. HEX triplet: 7F, 28 and 31. RGB value is (127,40,49). Sum of RGB (Red+Green+Blue) = 127+40+49=216 (28% of max value = 765). Red value is 127 (50% from 255 or 58.80% from 216); Green value is 40 (16.02% from 255 or 18.52% from 216); Blue value is 49 (19.53% from 255 or 22.69% from 216); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2831 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2831 is #80D7CE. Grayscale: #434343. Windows color (decimal): -8443855 or 3221631. OLE color: 3221631.

HSL color Cylindrical-coordinate representation of color #7F2831: hue angle of 353.79º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7F2831 is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.50.

Color convert

RGB1274049-
CMYK00.690.610.50
HSL353.79º52.1%32.75%-
HSV(B)353.79º68.5%49.8%-
XYZ10.076.253.58-
YUV67.04117.82170.77-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 58.80%
GREEN value IS 40 (16.02% from 255) = 18.52%
BLUE value IS 49 (19.53% from 255) = 22.69%
R=58.80%
G=18.52%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.61
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127404900.690.610.50353.7952.132.75
Hex7F28310453D321623421
Octal1775061010575625426441
Binary111111110100011000101000101111101110010101100010110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,40,49); }

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

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

 a { background-color: rgb(127,40,49); }

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

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

 span { border-color: rgb(127,40,49); }

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