#791B20

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

Shades of Red Berry #791B20

Tints of Red Berry #791B20

Color information

#791B20 (or 0x791B20) is unknown color: approx Red Berry. HEX triplet: 79, 1B and 20. RGB value is (121,27,32). Sum of RGB (Red+Green+Blue) = 121+27+32=180 (23% of max value = 765). Red value is 121 (47.66% from 255 or 67.22% from 180); Green value is 27 (10.94% from 255 or 15% from 180); Blue value is 32 (12.89% from 255 or 17.78% from 180); Max value from RGB is 121 - color contains mainly: red. Hex color #791B20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791B20 is #86E4DF. Grayscale: #373737. Windows color (decimal): -8840416 or 2104185. OLE color: 2104185.

HSL color Cylindrical-coordinate representation of color #791B20: hue angle of 356.81º 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 #791B20 is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB1212732-
CMYK00.780.740.53
HSL356.81º63.51%29.02%-
HSV(B)356.81º77.69%47.45%-
XYZ8.544.951.87-
YUV55.68114.64174.59-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 67.22%
GREEN value IS 27 (10.94% from 255) = 15%
BLUE value IS 32 (12.89% from 255) = 17.78%
R=67.22%
G=15%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121273200.780.740.53356.8163.5129.02
Hex791B2004E4A35165401d
Octal171334001161126554510035
Binary111100111011100000010011101001010110101101100101100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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