#791A20

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

Shades of Red Berry #791A20

Tints of Red Berry #791A20

Color information

#791A20 (or 0x791A20) is unknown color: approx Red Berry. HEX triplet: 79, 1A and 20. RGB value is (121,26,32). Sum of RGB (Red+Green+Blue) = 121+26+32=179 (23% of max value = 765). Red value is 121 (47.66% from 255 or 67.60% from 179); Green value is 26 (10.55% from 255 or 14.53% from 179); Blue value is 32 (12.89% from 255 or 17.88% from 179); Max value from RGB is 121 - color contains mainly: red. Hex color #791A20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791A20 is #86E5DF. Grayscale: #373737. Windows color (decimal): -8840672 or 2103929. OLE color: 2103929.

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

Color convert

RGB1212632-
CMYK00.790.740.53
HSL356.21º64.63%28.82%-
HSV(B)356.21º78.51%47.45%-
XYZ8.524.911.87-
YUV55.09114.97175.01-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 67.60%
GREEN value IS 26 (10.55% from 255) = 14.53%
BLUE value IS 32 (12.89% from 255) = 17.88%
R=67.60%
G=14.53%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121263200.790.740.53356.2164.6328.82
Hex791A2004F4A35164411d
Octal171324001171126554410135
Binary111100111010100000010011111001010110101101100100100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,26,32); }

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

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

 a { background-color: rgb(121,26,32); }

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

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

 span { border-color: rgb(121,26,32); }

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