#791B2D

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

Shades of Scarlett #791B2D

Tints of Scarlett #791B2D

Color information

#791B2D (or 0x791B2D) is unknown color: approx Scarlett. HEX triplet: 79, 1B and 2D. RGB value is (121,27,45). Sum of RGB (Red+Green+Blue) = 121+27+45=193 (25% of max value = 765). Red value is 121 (47.66% from 255 or 62.69% from 193); Green value is 27 (10.94% from 255 or 13.99% from 193); Blue value is 45 (17.97% from 255 or 23.32% from 193); Max value from RGB is 121 - color contains mainly: red. Hex color #791B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791B2D is #86E4D2. Grayscale: #393939. Windows color (decimal): -8840403 or 2956153. OLE color: 2956153.

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

Color convert

RGB1212745-
CMYK00.780.630.53
HSL348.51º63.51%29.02%-
HSV(B)348.51º77.69%47.45%-
XYZ8.755.042.99-
YUV57.16121.14173.54-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 62.69%
GREEN value IS 27 (10.94% from 255) = 13.99%
BLUE value IS 45 (17.97% from 255) = 23.32%
R=62.69%
G=13.99%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121274500.780.630.53348.5163.5129.02
Hex791B2D04E3F3515d401d
Octal17133550116776553510035
Binary11110011101110110101001110111111110101101011101100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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