#7F292F

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

Shades of Scarlett #7F292F

Tints of Scarlett #7F292F

Color information

#7F292F (or 0x7F292F) is unknown color: approx Scarlett. HEX triplet: 7F, 29 and 2F. RGB value is (127,41,47). Sum of RGB (Red+Green+Blue) = 127+41+47=215 (28% of max value = 765). Red value is 127 (50% from 255 or 59.07% from 215); Green value is 41 (16.41% from 255 or 19.07% from 215); Blue value is 47 (18.75% from 255 or 21.86% from 215); Max value from RGB is 127 - color contains mainly: red. Hex color #7F292F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F292F is #80D6D0. Grayscale: #434343. Windows color (decimal): -8443601 or 3090815. OLE color: 3090815.

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

Color convert

RGB1274147-
CMYK00.680.630.50
HSL355.81º51.19%32.94%-
HSV(B)355.81º67.72%49.8%-
XYZ10.066.33.38-
YUV67.4116.49170.51-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 59.07%
GREEN value IS 41 (16.41% from 255) = 19.07%
BLUE value IS 47 (18.75% from 255) = 21.86%
R=59.07%
G=19.07%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.63
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127414700.680.630.50355.8151.1932.94
Hex7F292F0443F321643321
Octal1775157010477625446341
Binary111111110100110111101000100111111110010101100100110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F292F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,41,47); }

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

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

 a { background-color: rgb(127,41,47); }

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

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

 span { border-color: rgb(127,41,47); }

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