#79222A

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

Shades of Scarlett #79222A

Tints of Scarlett #79222A

Color information

#79222A (or 0x79222A) is unknown color: approx Scarlett. HEX triplet: 79, 22 and 2A. RGB value is (121,34,42). Sum of RGB (Red+Green+Blue) = 121+34+42=197 (26% of max value = 765). Red value is 121 (47.66% from 255 or 61.42% from 197); Green value is 34 (13.67% from 255 or 17.26% from 197); Blue value is 42 (16.80% from 255 or 21.32% from 197); Max value from RGB is 121 - color contains mainly: red. Hex color #79222A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79222A is #86DDD5. Grayscale: #3C3C3C. Windows color (decimal): -8838614 or 2761337. OLE color: 2761337.

HSL color Cylindrical-coordinate representation of color #79222A: hue angle of 354.48º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #79222A is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB1213442-
CMYK00.720.650.53
HSL354.48º56.13%30.39%-
HSV(B)354.48º71.9%47.45%-
XYZ8.885.382.76-
YUV60.92117.32170.85-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 61.42%
GREEN value IS 34 (13.67% from 255) = 17.26%
BLUE value IS 42 (16.80% from 255) = 21.32%
R=61.42%
G=17.26%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121344200.720.650.53354.4856.1330.39
Hex79222A0484135162381e
Octal17142520110101655427036
Binary111100110001010101001001000100000111010110110001011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79222A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79222A; }

 p { color: rgb(121,34,42); }

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

<style>
 a { background-color: #79222A; }

 a { background-color: rgb(121,34,42); }

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

<style>
 span { border-color: #79222A; }

 span { border-color: rgb(121,34,42); }

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