#791E30

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

Shades of Scarlett #791E30

Tints of Scarlett #791E30

Color information

#791E30 (or 0x791E30) is unknown color: approx Scarlett. HEX triplet: 79, 1E and 30. RGB value is (121,30,48). Sum of RGB (Red+Green+Blue) = 121+30+48=199 (26% of max value = 765). Red value is 121 (47.66% from 255 or 60.80% from 199); Green value is 30 (12.11% from 255 or 15.08% from 199); Blue value is 48 (19.14% from 255 or 24.12% from 199); Max value from RGB is 121 - color contains mainly: red. Hex color #791E30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791E30 is #86E1CF. Grayscale: #3B3B3B. Windows color (decimal): -8839632 or 3153529. OLE color: 3153529.

HSL color Cylindrical-coordinate representation of color #791E30: hue angle of 348.13º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #791E30 is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB1213048-
CMYK00.750.600.53
HSL348.13º60.26%29.61%-
HSV(B)348.13º75.21%47.45%-
XYZ8.885.213.33-
YUV59.26121.65172.04-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 60.80%
GREEN value IS 30 (12.11% from 255) = 15.08%
BLUE value IS 48 (19.14% from 255) = 24.12%
R=60.80%
G=15.08%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121304800.750.600.53348.1360.2629.61
Hex791E3004B3C3515c3c1e
Octal1713660011374655347436
Binary1111001111101100000100101111110011010110101110011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791E30; }

 p { color: rgb(121,30,48); }

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

<style>
 a { background-color: #791E30; }

 a { background-color: rgb(121,30,48); }

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

<style>
 span { border-color: #791E30; }

 span { border-color: rgb(121,30,48); }

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