#791219

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

Shades of Red Berry #791219

Tints of Red Berry #791219

Color information

#791219 (or 0x791219) is unknown color: approx Red Berry. HEX triplet: 79, 12 and 19. RGB value is (121,18,25). Sum of RGB (Red+Green+Blue) = 121+18+25=164 (21% of max value = 765). Red value is 121 (47.66% from 255 or 73.78% from 164); Green value is 18 (7.42% from 255 or 10.98% from 164); Blue value is 25 (10.16% from 255 or 15.24% from 164); Max value from RGB is 121 - color contains mainly: red. Hex color #791219 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #791219 is #86EDE6. Grayscale: #313131. Windows color (decimal): -8842727 or 1643129. OLE color: 1643129.

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

Color convert

RGB1211825-
CMYK00.850.790.53
HSL355.92º74.1%27.25%-
HSV(B)355.92º85.12%47.45%-
XYZ8.284.571.37-
YUV49.6114.12178.93-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 73.78%
GREEN value IS 18 (7.42% from 255) = 10.98%
BLUE value IS 25 (10.16% from 255) = 15.24%
R=73.78%
G=10.98%
B=15.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.79
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121182500.850.790.53355.9274.127.25
Hex7912190554F351644a1b
Octal171223101251176554411233
Binary11110011001011001010101011001111110101101100100100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791219; }

 p { color: rgb(121,18,25); }

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

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

 a { background-color: rgb(121,18,25); }

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

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

 span { border-color: rgb(121,18,25); }

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