Html Css Color HEX #89051A Carmine

📋 copy color: '#89051A'

red 137 ◦ green 5 ◦ blue 26

#89051A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carmine #89051A

Tints of Carmine #89051A

RGB

 RED value IS 137 (53.91% from 255) = 81.55%

 GREEN value IS 5 (2.34% from 255) = 2.98%

 BLUE value IS 26 (10.55% from 255) = 15.48%

R = 81.55%
G = 2.98%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.46

RGB Variations

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

Color information

#89051A (or 0x89051A) is known color: Carmine. HEX triplet: 89, 05 and 1A. RGB value is (137,5,26). Sum of RGB (Red+Green+Blue) = 137+5+26=168 (22% of max value = 765). Red value is 137 (53.91% from 255 or 81.55% from 168); Green value is 5 (2.34% from 255 or 2.98% from 168); Blue value is 26 (10.55% from 255 or 15.48% from 168); Max value from RGB is 137 - color contains mainly: red. Hex color #89051A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89051A is #76FAE5. Grayscale: #2E2E2E. Windows color (decimal): -7797478 or 1705353. OLE color: 1705353.

HSL color Cylindrical-coordinate representation of color #89051A: hue angle of 350.45º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #89051A is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 5 26 -
CMYK 0 0.96 0.81 0.46
HSL 350.45º 0.93% 0.28% -
HSV(B) 350.45º 0.96% 0.54% -
XYZ 10.56 5.5 1.48 -
YUV 46.86 116.23 192.29 -
System Red Green Blue C M Y K H S L
Decimal 137 5 26 0 0.96 0.81 0.46 350.45 0.93 0.28
Hex 89 5 1A 0 60 51 2E 15E 5D 1C
Octal 211 5 32 0 140 121 56 536 135 34
Binary 10001001 101 11010 0 1100000 1010001 101110 101011110 1011101 11100

Color Harmonies of #89051A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89051A

Black with #89051A

Text Example


Text Example

White with #89051A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89051A; }

 p { color: rgb(137,5,26); }

 H1.HeaderClassName
 {
   color: #89051A;
 }
 .AnyTagClassName
 {
   color: #89051A;
 }
</style>

background-color css

<style>
 a { background-color: #89051A; }

 a { background-color: rgb(137,5,26); }

 div.DivClassName
 {
   background-color: #89051A;
 }
 .BgClassName
 {
   background-color: #89051A;
 }
</style>

border-color css

<style>
 span { border-color: #89051A; }

 span { border-color: rgb(137,5,26); }

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