#791424

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

Shades of Red Berry #791424

Tints of Red Berry #791424

Color information

#791424 (or 0x791424) is unknown color: approx Red Berry. HEX triplet: 79, 14 and 24. RGB value is (121,20,36). Sum of RGB (Red+Green+Blue) = 121+20+36=177 (23% of max value = 765). Red value is 121 (47.66% from 255 or 68.36% from 177); Green value is 20 (8.20% from 255 or 11.30% from 177); Blue value is 36 (14.45% from 255 or 20.34% from 177); Max value from RGB is 121 - color contains mainly: red. Hex color #791424 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #791424 is #86EBDB. Grayscale: #343434. Windows color (decimal): -8842204 or 2364537. OLE color: 2364537.

HSL color Cylindrical-coordinate representation of color #791424: hue angle of 350.5º 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 #791424 is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.53.

Color convert

RGB1212036-
CMYK00.830.700.53
HSL350.5º71.63%27.65%-
HSV(B)350.5º83.47%47.45%-
XYZ8.454.692.13-
YUV52.02118.96177.2-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 68.36%
GREEN value IS 20 (8.20% from 255) = 11.30%
BLUE value IS 36 (14.45% from 255) = 20.34%
R=68.36%
G=11.30%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.70
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121203600.830.700.53350.571.6327.65
Hex791424053463515e481c
Octal171244401231066553611034
Binary111100110100100100010100111000110110101101011110100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791424; }

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

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

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

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

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

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

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

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