#89081B

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

Shades of Carmine #89081B

Tints of Carmine #89081B

Color information

#89081B (or 0x89081B) is unknown color: approx Carmine. HEX triplet: 89, 08 and 1B. RGB value is (137,8,27). Sum of RGB (Red+Green+Blue) = 137+8+27=172 (22% of max value = 765). Red value is 137 (53.91% from 255 or 79.65% from 172); Green value is 8 (3.52% from 255 or 4.65% from 172); Blue value is 27 (10.94% from 255 or 15.70% from 172); Max value from RGB is 137 - color contains mainly: red. Hex color #89081B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89081B is #76F7E4. Grayscale: #303030. Windows color (decimal): -7796709 or 1771657. OLE color: 1771657.

HSL color Cylindrical-coordinate representation of color #89081B: hue angle of 351.16º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #89081B is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.46.

Color convert

RGB137827-
CMYK00.940.800.46
HSL351.16º88.97%28.43%-
HSV(B)351.16º94.16%53.73%-
XYZ10.65.571.55-
YUV48.74115.74190.96-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 79.65%
GREEN value IS 8 (3.52% from 255) = 4.65%
BLUE value IS 27 (10.94% from 255) = 15.70%
R=79.65%
G=4.65%
B=15.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.80
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13782700.940.800.46351.1688.9728.43
Hex8981B05E502E15f591c
Octal211103301361205653713134
Binary10001001100011011010111101010000101110101011111101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89081B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,8,27); }

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

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

 a { background-color: rgb(137,8,27); }

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

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

 span { border-color: rgb(137,8,27); }

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