#791D2C

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

Shades of Scarlett #791D2C

Tints of Scarlett #791D2C

Color information

#791D2C (or 0x791D2C) is unknown color: approx Scarlett. HEX triplet: 79, 1D and 2C. RGB value is (121,29,44). Sum of RGB (Red+Green+Blue) = 121+29+44=194 (25% of max value = 765). Red value is 121 (47.66% from 255 or 62.37% from 194); Green value is 29 (11.72% from 255 or 14.95% from 194); Blue value is 44 (17.58% from 255 or 22.68% from 194); Max value from RGB is 121 - color contains mainly: red. Hex color #791D2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791D2C is #86E2D3. Grayscale: #3A3A3A. Windows color (decimal): -8839892 or 2891129. OLE color: 2891129.

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

Color convert

RGB1212944-
CMYK00.760.640.53
HSL350.22º61.33%29.41%-
HSV(B)350.22º76.03%47.45%-
XYZ8.785.132.91-
YUV58.22119.98172.78-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 62.37%
GREEN value IS 29 (11.72% from 255) = 14.95%
BLUE value IS 44 (17.58% from 255) = 22.68%
R=62.37%
G=14.95%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121294400.760.640.53350.2261.3329.41
Hex791D2C04C403515e3d1d
Octal17135540114100655367535
Binary11110011110110110001001100100000011010110101111011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,29,44); }

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

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

 a { background-color: rgb(121,29,44); }

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

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

 span { border-color: rgb(121,29,44); }

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