#7F2036

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

Shades of Scarlett #7F2036

Tints of Scarlett #7F2036

Color information

#7F2036 (or 0x7F2036) is unknown color: approx Scarlett. HEX triplet: 7F, 20 and 36. RGB value is (127,32,54). Sum of RGB (Red+Green+Blue) = 127+32+54=213 (28% of max value = 765). Red value is 127 (50% from 255 or 59.62% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 54 (21.48% from 255 or 25.35% from 213); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2036 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2036 is #80DFC9. Grayscale: #3E3E3E. Windows color (decimal): -8445898 or 3547263. OLE color: 3547263.

HSL color Cylindrical-coordinate representation of color #7F2036: hue angle of 346.11º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7F2036 is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.50.

Color convert

RGB1273254-
CMYK00.750.570.50
HSL346.11º59.75%31.18%-
HSV(B)346.11º74.8%49.8%-
XYZ9.935.814.09-
YUV62.91122.97173.71-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 59.62%
GREEN value IS 32 (12.89% from 255) = 15.02%
BLUE value IS 54 (21.48% from 255) = 25.35%
R=59.62%
G=15.02%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.57
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127325400.750.570.50346.1159.7531.18
Hex7F203604B393215a3c1f
Octal1774066011371625327437
Binary11111111000001101100100101111100111001010101101011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,32,54); }

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

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

 a { background-color: rgb(127,32,54); }

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

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

 span { border-color: rgb(127,32,54); }

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