#80191D

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

Shades of Red Berry #80191D

Tints of Red Berry #80191D

Color information

#80191D (or 0x80191D) is unknown color: approx Red Berry. HEX triplet: 80, 19 and 1D. RGB value is (128,25,29). Sum of RGB (Red+Green+Blue) = 128+25+29=182 (24% of max value = 765). Red value is 128 (50.39% from 255 or 70.33% from 182); Green value is 25 (10.16% from 255 or 13.74% from 182); Blue value is 29 (11.72% from 255 or 15.93% from 182); Max value from RGB is 128 - color contains mainly: red. Hex color #80191D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80191D is #7FE6E2. Grayscale: #383838. Windows color (decimal): -8382179 or 1907072. OLE color: 1907072.

HSL color Cylindrical-coordinate representation of color #80191D: hue angle of 357.67º 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 #80191D is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.50.

Color convert

RGB1282529-
CMYK00.800.770.50
HSL357.67º67.32%30%-
HSV(B)357.67º80.47%50.2%-
XYZ9.475.371.7-
YUV56.25112.62179.17-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 70.33%
GREEN value IS 25 (10.16% from 255) = 13.74%
BLUE value IS 29 (11.72% from 255) = 15.93%
R=70.33%
G=13.74%
B=15.93%

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
Decimal128252900.800.770.50357.6767.3230
Hex80191D0504D32166431e
Octal200313501201156254610336
Binary100000001100111101010100001001101110010101100110100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80191D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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