#79262E

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

Shades of Scarlett #79262E

Tints of Scarlett #79262E

Color information

#79262E (or 0x79262E) is unknown color: approx Scarlett. HEX triplet: 79, 26 and 2E. RGB value is (121,38,46). Sum of RGB (Red+Green+Blue) = 121+38+46=205 (27% of max value = 765). Red value is 121 (47.66% from 255 or 59.02% from 205); Green value is 38 (15.23% from 255 or 18.54% from 205); Blue value is 46 (18.36% from 255 or 22.44% from 205); Max value from RGB is 121 - color contains mainly: red. Hex color #79262E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79262E is #86D9D1. Grayscale: #3F3F3F. Windows color (decimal): -8837586 or 3024505. OLE color: 3024505.

HSL color Cylindrical-coordinate representation of color #79262E: hue angle of 354.22º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #79262E is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB1213846-
CMYK00.690.620.53
HSL354.22º52.2%31.18%-
HSV(B)354.22º68.6%47.45%-
XYZ9.075.653.2-
YUV63.73118168.85-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 59.02%
GREEN value IS 38 (15.23% from 255) = 18.54%
BLUE value IS 46 (18.36% from 255) = 22.44%
R=59.02%
G=18.54%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121384600.690.620.53354.2252.231.18
Hex79262E0453E35162341f
Octal1714656010576655426437
Binary11110011001101011100100010111111011010110110001011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79262E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79262E; }

 p { color: rgb(121,38,46); }

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

<style>
 a { background-color: #79262E; }

 a { background-color: rgb(121,38,46); }

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

<style>
 span { border-color: #79262E; }

 span { border-color: rgb(121,38,46); }

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