#791420

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

Shades of Red Berry #791420

Tints of Red Berry #791420

Color information

#791420 (or 0x791420) is unknown color: approx Red Berry. HEX triplet: 79, 14 and 20. RGB value is (121,20,32). Sum of RGB (Red+Green+Blue) = 121+20+32=173 (22% of max value = 765). Red value is 121 (47.66% from 255 or 69.94% from 173); Green value is 20 (8.20% from 255 or 11.56% from 173); Blue value is 32 (12.89% from 255 or 18.50% from 173); Max value from RGB is 121 - color contains mainly: red. Hex color #791420 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #791420 is #86EBDF. Grayscale: #333333. Windows color (decimal): -8842208 or 2102393. OLE color: 2102393.

HSL color Cylindrical-coordinate representation of color #791420: hue angle of 352.87º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #791420 is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB1212032-
CMYK00.830.740.53
HSL352.87º71.63%27.65%-
HSV(B)352.87º83.47%47.45%-
XYZ8.44.671.83-
YUV51.57116.96177.52-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 69.94%
GREEN value IS 20 (8.20% from 255) = 11.56%
BLUE value IS 32 (12.89% from 255) = 18.50%
R=69.94%
G=11.56%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121203200.830.740.53352.8771.6327.65
Hex7914200534A35161481c
Octal171244001231126554111034
Binary111100110100100000010100111001010110101101100001100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791420; }

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

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

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

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

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

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

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

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