#79181B

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

Shades of Red Berry #79181B

Tints of Red Berry #79181B

Color information

#79181B (or 0x79181B) is unknown color: approx Red Berry. HEX triplet: 79, 18 and 1B. RGB value is (121,24,27). Sum of RGB (Red+Green+Blue) = 121+24+27=172 (22% of max value = 765). Red value is 121 (47.66% from 255 or 70.35% from 172); Green value is 24 (9.77% from 255 or 13.95% from 172); Blue value is 27 (10.94% from 255 or 15.70% from 172); Max value from RGB is 121 - color contains mainly: red. Hex color #79181B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79181B is #86E7E4. Grayscale: #353535. Windows color (decimal): -8841189 or 1775737. OLE color: 1775737.

HSL color Cylindrical-coordinate representation of color #79181B: hue angle of 358.14º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #79181B is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB1212427-
CMYK00.800.780.53
HSL358.14º66.9%28.43%-
HSV(B)358.14º80.17%47.45%-
XYZ8.414.81.52-
YUV53.35113.14176.26-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 70.35%
GREEN value IS 24 (9.77% from 255) = 13.95%
BLUE value IS 27 (10.94% from 255) = 15.70%
R=70.35%
G=13.95%
B=15.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121242700.800.780.53358.1466.928.43
Hex79181B0504E35166431c
Octal171303301201166554610334
Binary11110011100011011010100001001110110101101100110100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79181B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79181B; }

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

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

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

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

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

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

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

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