#81151D

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

Shades of Red Berry #81151D

Tints of Red Berry #81151D

Color information

#81151D (or 0x81151D) is unknown color: approx Red Berry. HEX triplet: 81, 15 and 1D. RGB value is (129,21,29). Sum of RGB (Red+Green+Blue) = 129+21+29=179 (23% of max value = 765). Red value is 129 (50.78% from 255 or 72.07% from 179); Green value is 21 (8.59% from 255 or 11.73% from 179); Blue value is 29 (11.72% from 255 or 16.20% from 179); Max value from RGB is 129 - color contains mainly: red. Hex color #81151D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81151D is #7EEAE2. Grayscale: #363636. Windows color (decimal): -8317667 or 1906049. OLE color: 1906049.

HSL color Cylindrical-coordinate representation of color #81151D: hue angle of 355.56º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #81151D is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB1292129-
CMYK00.840.780.49
HSL355.56º72%29.41%-
HSV(B)355.56º83.72%50.59%-
XYZ9.545.291.68-
YUV54.2113.78181.35-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 72.07%
GREEN value IS 21 (8.59% from 255) = 11.73%
BLUE value IS 29 (11.72% from 255) = 16.20%
R=72.07%
G=11.73%
B=16.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129212900.840.780.49355.567229.41
Hex81151D0544E31164481d
Octal201253501241166154411035
Binary100000011010111101010101001001110110001101100100100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81151D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,21,29); }

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

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

 a { background-color: rgb(129,21,29); }

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

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

 span { border-color: rgb(129,21,29); }

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