#81191E

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

Shades of Red Berry #81191E

Tints of Red Berry #81191E

Color information

#81191E (or 0x81191E) is unknown color: approx Red Berry. HEX triplet: 81, 19 and 1E. RGB value is (129,25,30). Sum of RGB (Red+Green+Blue) = 129+25+30=184 (24% of max value = 765). Red value is 129 (50.78% from 255 or 70.11% from 184); Green value is 25 (10.16% from 255 or 13.59% from 184); Blue value is 30 (12.11% from 255 or 16.30% from 184); Max value from RGB is 129 - color contains mainly: red. Hex color #81191E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81191E is #7EE6E1. Grayscale: #383838. Windows color (decimal): -8316642 or 1972609. OLE color: 1972609.

HSL color Cylindrical-coordinate representation of color #81191E: hue angle of 357.12º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #81191E is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB1292530-
CMYK00.810.770.49
HSL357.12º67.53%30.2%-
HSV(B)357.12º80.62%50.59%-
XYZ9.645.461.77-
YUV56.67112.96179.59-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 70.11%
GREEN value IS 25 (10.16% from 255) = 13.59%
BLUE value IS 30 (12.11% from 255) = 16.30%
R=70.11%
G=13.59%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.77
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129253000.810.770.49357.1267.5330.2
Hex81191E0514D31165441e
Octal201313601211156154510436
Binary100000011100111110010100011001101110001101100101100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81191E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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