#80191E

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

Shades of Red Berry #80191E

Tints of Red Berry #80191E

Color information

#80191E (or 0x80191E) is unknown color: approx Red Berry. HEX triplet: 80, 19 and 1E. RGB value is (128,25,30). Sum of RGB (Red+Green+Blue) = 128+25+30=183 (24% of max value = 765). Red value is 128 (50.39% from 255 or 69.95% from 183); Green value is 25 (10.16% from 255 or 13.66% from 183); Blue value is 30 (12.11% from 255 or 16.39% from 183); Max value from RGB is 128 - color contains mainly: red. Hex color #80191E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80191E is #7FE6E1. Grayscale: #383838. Windows color (decimal): -8382178 or 1972608. OLE color: 1972608.

HSL color Cylindrical-coordinate representation of color #80191E: hue angle of 357.09º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #80191E is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.50.

Color convert

RGB1282530-
CMYK00.800.770.50
HSL357.09º67.32%30%-
HSV(B)357.09º80.47%50.2%-
XYZ9.485.381.77-
YUV56.37113.12179.09-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 69.95%
GREEN value IS 25 (10.16% from 255) = 13.66%
BLUE value IS 30 (12.11% from 255) = 16.39%
R=69.95%
G=13.66%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.77
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128253000.800.770.50357.0967.3230
Hex80191E0504D32165431e
Octal200313601201156254510336
Binary100000001100111110010100001001101110010101100101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80191E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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