#791C2D

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

Shades of Scarlett #791C2D

Tints of Scarlett #791C2D

Color information

#791C2D (or 0x791C2D) is unknown color: approx Scarlett. HEX triplet: 79, 1C and 2D. RGB value is (121,28,45). Sum of RGB (Red+Green+Blue) = 121+28+45=194 (25% of max value = 765). Red value is 121 (47.66% from 255 or 62.37% from 194); Green value is 28 (11.33% from 255 or 14.43% from 194); Blue value is 45 (17.97% from 255 or 23.20% from 194); Max value from RGB is 121 - color contains mainly: red. Hex color #791C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791C2D is #86E3D2. Grayscale: #393939. Windows color (decimal): -8840147 or 2956409. OLE color: 2956409.

HSL color Cylindrical-coordinate representation of color #791C2D: hue angle of 349.03º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #791C2D is Cyan = 0, Magento = 0.77, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB1212845-
CMYK00.770.630.53
HSL349.03º62.42%29.22%-
HSV(B)349.03º76.86%47.45%-
XYZ8.775.083-
YUV57.74120.81173.12-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 62.37%
GREEN value IS 28 (11.33% from 255) = 14.43%
BLUE value IS 45 (17.97% from 255) = 23.20%
R=62.37%
G=14.43%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121284500.770.630.53349.0362.4229.22
Hex791C2D04D3F3515d3e1d
Octal1713455011577655357635
Binary1111001111001011010100110111111111010110101110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,28,45); }

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

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

 a { background-color: rgb(121,28,45); }

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

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

 span { border-color: rgb(121,28,45); }

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