Html Css Color HEX #89012D Burgundy

📋 copy color: '#89012D'

red 137 ◦ green 1 ◦ blue 45

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

Shades of Burgundy #89012D

Tints of Burgundy #89012D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.55%

 BLUE value IS 45 (17.97% from 255) = 24.59%

R = 74.86%
G = 0.55%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.46

RGB Variations

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

Color information

#89012D (or 0x89012D) is known color: Burgundy. HEX triplet: 89, 01 and 2D. RGB value is (137,1,45). Sum of RGB (Red+Green+Blue) = 137+1+45=183 (24% of max value = 765). Red value is 137 (53.91% from 255 or 74.86% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 45 (17.97% from 255 or 24.59% from 183); Max value from RGB is 137 - color contains mainly: red. Hex color #89012D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89012D is #76FED2. Grayscale: #2E2E2E. Windows color (decimal): -7798483 or 2949513. OLE color: 2949513.

HSL color Cylindrical-coordinate representation of color #89012D: hue angle of 340.59º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #89012D is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 1 45 -
CMYK 0 0.99 0.67 0.46
HSL 340.59º 0.99% 0.27% -
HSV(B) 340.59º 0.99% 0.54% -
XYZ 10.8 5.53 2.98 -
YUV 46.68 127.06 192.42 -
System Red Green Blue C M Y K H S L
Decimal 137 1 45 0 0.99 0.67 0.46 340.59 0.99 0.27
Hex 89 1 2D 0 63 43 2E 155 63 1B
Octal 211 1 55 0 143 103 56 525 143 33
Binary 10001001 1 101101 0 1100011 1000011 101110 101010101 1100011 11011

Color Harmonies of #89012D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89012D

Black with #89012D

Text Example


Text Example

White with #89012D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,1,45); }

 H1.HeaderClassName
 {
   color: #89012D;
 }
 .AnyTagClassName
 {
   color: #89012D;
 }
</style>

background-color css

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

 a { background-color: rgb(137,1,45); }

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

border-color css

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

 span { border-color: rgb(137,1,45); }

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