#79252B

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

Shades of Scarlett #79252B

Tints of Scarlett #79252B

Color information

#79252B (or 0x79252B) is unknown color: approx Scarlett. HEX triplet: 79, 25 and 2B. RGB value is (121,37,43). Sum of RGB (Red+Green+Blue) = 121+37+43=201 (26% of max value = 765). Red value is 121 (47.66% from 255 or 60.20% from 201); Green value is 37 (14.84% from 255 or 18.41% from 201); Blue value is 43 (17.19% from 255 or 21.39% from 201); Max value from RGB is 121 - color contains mainly: red. Hex color #79252B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79252B is #86DAD4. Grayscale: #3E3E3E. Windows color (decimal): -8837845 or 2827641. OLE color: 2827641.

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

Color convert

RGB1213743-
CMYK00.690.640.53
HSL355.71º53.16%30.98%-
HSV(B)355.71º69.42%47.45%-
XYZ8.985.562.89-
YUV62.8116.83169.51-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 60.20%
GREEN value IS 37 (14.84% from 255) = 18.41%
BLUE value IS 43 (17.19% from 255) = 21.39%
R=60.20%
G=18.41%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121374300.690.640.53355.7153.1630.98
Hex79252B0454035164351f
Octal17145530105100655446537
Binary111100110010110101101000101100000011010110110010011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79252B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79252B; }

 p { color: rgb(121,37,43); }

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

<style>
 a { background-color: #79252B; }

 a { background-color: rgb(121,37,43); }

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

<style>
 span { border-color: #79252B; }

 span { border-color: rgb(121,37,43); }

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