#7F272D

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

Shades of Scarlett #7F272D

Tints of Scarlett #7F272D

Color information

#7F272D (or 0x7F272D) is unknown color: approx Scarlett. HEX triplet: 7F, 27 and 2D. RGB value is (127,39,45). Sum of RGB (Red+Green+Blue) = 127+39+45=211 (27% of max value = 765). Red value is 127 (50% from 255 or 60.19% from 211); Green value is 39 (15.62% from 255 or 18.48% from 211); Blue value is 45 (17.97% from 255 or 21.33% from 211); Max value from RGB is 127 - color contains mainly: red. Hex color #7F272D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F272D is #80D8D2. Grayscale: #424242. Windows color (decimal): -8444115 or 2959231. OLE color: 2959231.

HSL color Cylindrical-coordinate representation of color #7F272D: hue angle of 355.91º degrees, saturation: 0.53, 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 #7F272D is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.50.

Color convert

RGB1273945-
CMYK00.690.650.50
HSL355.91º53.01%32.55%-
HSV(B)355.91º69.29%49.8%-
XYZ9.956.153.15-
YUV66116.15171.51-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 60.19%
GREEN value IS 39 (15.62% from 255) = 18.48%
BLUE value IS 45 (17.97% from 255) = 21.33%
R=60.19%
G=18.48%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.65
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127394500.690.650.50355.9153.0132.55
Hex7F272D04541321643521
Octal17747550105101625446541
Binary1111111100111101101010001011000001110010101100100110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F272D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,39,45); }

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

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

 a { background-color: rgb(127,39,45); }

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

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

 span { border-color: rgb(127,39,45); }

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