#81151B

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

Shades of Red Berry #81151B

Tints of Red Berry #81151B

Color information

#81151B (or 0x81151B) is unknown color: approx Red Berry. HEX triplet: 81, 15 and 1B. RGB value is (129,21,27). Sum of RGB (Red+Green+Blue) = 129+21+27=177 (23% of max value = 765). Red value is 129 (50.78% from 255 or 72.88% from 177); Green value is 21 (8.59% from 255 or 11.86% from 177); Blue value is 27 (10.94% from 255 or 15.25% from 177); Max value from RGB is 129 - color contains mainly: red. Hex color #81151B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81151B is #7EEAE4. Grayscale: #363636. Windows color (decimal): -8317669 or 1774977. OLE color: 1774977.

HSL color Cylindrical-coordinate representation of color #81151B: hue angle of 356.67º 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 #81151B is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.49.

Color convert

RGB1292127-
CMYK00.840.790.49
HSL356.67º72%29.41%-
HSV(B)356.67º83.72%50.59%-
XYZ9.525.281.55-
YUV53.98112.78181.51-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 72.88%
GREEN value IS 21 (8.59% from 255) = 11.86%
BLUE value IS 27 (10.94% from 255) = 15.25%
R=72.88%
G=11.86%
B=15.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.79
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129212700.840.790.49356.677229.41
Hex81151B0544F31165481d
Octal201253301241176154511035
Binary100000011010111011010101001001111110001101100101100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81151B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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