#80191C

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

Shades of Red Berry #80191C

Tints of Red Berry #80191C

Color information

#80191C (or 0x80191C) is unknown color: approx Red Berry. HEX triplet: 80, 19 and 1C. RGB value is (128,25,28). Sum of RGB (Red+Green+Blue) = 128+25+28=181 (23% of max value = 765). Red value is 128 (50.39% from 255 or 70.72% from 181); Green value is 25 (10.16% from 255 or 13.81% from 181); Blue value is 28 (11.33% from 255 or 15.47% from 181); Max value from RGB is 128 - color contains mainly: red. Hex color #80191C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80191C is #7FE6E3. Grayscale: #383838. Windows color (decimal): -8382180 or 1841536. OLE color: 1841536.

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

Color convert

RGB1282528-
CMYK00.800.780.50
HSL358.25º67.32%30%-
HSV(B)358.25º80.47%50.2%-
XYZ9.465.371.64-
YUV56.14112.12179.26-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 70.72%
GREEN value IS 25 (10.16% from 255) = 13.81%
BLUE value IS 28 (11.33% from 255) = 15.47%
R=70.72%
G=13.81%
B=15.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.78
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128252800.800.780.50358.2567.3230
Hex80191C0504E32166431e
Octal200313401201166254610336
Binary100000001100111100010100001001110110010101100110100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80191C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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