#791018

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

Shades of Red Berry #791018

Tints of Red Berry #791018

Color information

#791018 (or 0x791018) is unknown color: approx Red Berry. HEX triplet: 79, 10 and 18. RGB value is (121,16,24). Sum of RGB (Red+Green+Blue) = 121+16+24=161 (21% of max value = 765). Red value is 121 (47.66% from 255 or 75.16% from 161); Green value is 16 (6.64% from 255 or 9.94% from 161); Blue value is 24 (9.77% from 255 or 14.91% from 161); Max value from RGB is 121 - color contains mainly: red. Hex color #791018 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #791018 is #86EFE7. Grayscale: #303030. Windows color (decimal): -8843240 or 1577081. OLE color: 1577081.

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

Color convert

RGB1211624-
CMYK00.870.800.53
HSL355.43º76.64%26.86%-
HSV(B)355.43º86.78%47.45%-
XYZ8.244.51.3-
YUV48.31114.29179.85-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 75.16%
GREEN value IS 16 (6.64% from 255) = 9.94%
BLUE value IS 24 (9.77% from 255) = 14.91%
R=75.16%
G=9.94%
B=14.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.80
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121162400.870.800.53355.4376.6426.86
Hex79101805750351634d1b
Octal171203001271206554311533
Binary11110011000011000010101111010000110101101100011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791018; }

 p { color: rgb(121,16,24); }

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

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

 a { background-color: rgb(121,16,24); }

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

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

 span { border-color: rgb(121,16,24); }

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