#7F1726

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

Shades of Scarlett #7F1726

Tints of Scarlett #7F1726

Color information

#7F1726 (or 0x7F1726) is unknown color: approx Scarlett. HEX triplet: 7F, 17 and 26. RGB value is (127,23,38). Sum of RGB (Red+Green+Blue) = 127+23+38=188 (24% of max value = 765). Red value is 127 (50% from 255 or 67.55% from 188); Green value is 23 (9.38% from 255 or 12.23% from 188); Blue value is 38 (15.23% from 255 or 20.21% from 188); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1726 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F1726 is #80E8D9. Grayscale: #373737. Windows color (decimal): -8448218 or 2496383. OLE color: 2496383.

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

Color convert

RGB1272338-
CMYK00.820.700.50
HSL351.35º69.33%29.41%-
HSV(B)351.35º81.89%49.8%-
XYZ9.415.262.35-
YUV55.81117.96178.78-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 67.55%
GREEN value IS 23 (9.38% from 255) = 12.23%
BLUE value IS 38 (15.23% from 255) = 20.21%
R=67.55%
G=12.23%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.70
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127233800.820.700.50351.3569.3329.41
Hex7F1726052463215f451d
Octal177274601221066253710535
Binary111111110111100110010100101000110110010101011111100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,23,38); }

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

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

 a { background-color: rgb(127,23,38); }

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

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

 span { border-color: rgb(127,23,38); }

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