#80161E

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

Shades of Red Berry #80161E

Tints of Red Berry #80161E

Color information

#80161E (or 0x80161E) is unknown color: approx Red Berry. HEX triplet: 80, 16 and 1E. RGB value is (128,22,30). Sum of RGB (Red+Green+Blue) = 128+22+30=180 (23% of max value = 765). Red value is 128 (50.39% from 255 or 71.11% from 180); Green value is 22 (8.98% from 255 or 12.22% from 180); Blue value is 30 (12.11% from 255 or 16.67% from 180); Max value from RGB is 128 - color contains mainly: red. Hex color #80161E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80161E is #7FE9E1. Grayscale: #363636. Windows color (decimal): -8382946 or 1971840. OLE color: 1971840.

HSL color Cylindrical-coordinate representation of color #80161E: hue angle of 355.47º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #80161E is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.50.

Color convert

RGB1282230-
CMYK00.830.770.50
HSL355.47º70.67%29.41%-
HSV(B)355.47º82.81%50.2%-
XYZ9.425.261.75-
YUV54.61114.12180.35-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 71.11%
GREEN value IS 22 (8.98% from 255) = 12.22%
BLUE value IS 30 (12.11% from 255) = 16.67%
R=71.11%
G=12.22%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.77
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128223000.830.770.50355.4770.6729.41
Hex80161E0534D32163471d
Octal200263601231156254310735
Binary100000001011011110010100111001101110010101100011100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80161E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80161E; }

 p { color: rgb(128,22,30); }

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

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

 a { background-color: rgb(128,22,30); }

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

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

 span { border-color: rgb(128,22,30); }

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