Html Css Color HEX #89032D Burgundy

📋 copy color: '#89032D'

red 137 ◦ green 3 ◦ blue 45

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

Shades of Burgundy #89032D

Tints of Burgundy #89032D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.62%

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

R = 74.05%
G = 1.62%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.46

RGB Variations

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

Color information

#89032D (or 0x89032D) is known color: Burgundy. HEX triplet: 89, 03 and 2D. RGB value is (137,3,45). Sum of RGB (Red+Green+Blue) = 137+3+45=185 (24% of max value = 765). Red value is 137 (53.91% from 255 or 74.05% from 185); Green value is 3 (1.56% from 255 or 1.62% from 185); Blue value is 45 (17.97% from 255 or 24.32% from 185); Max value from RGB is 137 - color contains mainly: red. Hex color #89032D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89032D is #76FCD2. Grayscale: #2F2F2F. Windows color (decimal): -7797971 or 2950025. OLE color: 2950025.

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

Color convert

RGB 137 3 45 -
CMYK 0 0.98 0.67 0.46
HSL 341.19º 0.96% 0.27% -
HSV(B) 341.19º 0.98% 0.54% -
XYZ 10.82 5.57 2.99 -
YUV 47.85 126.39 191.58 -
System Red Green Blue C M Y K H S L
Decimal 137 3 45 0 0.98 0.67 0.46 341.19 0.96 0.27
Hex 89 3 2D 0 62 43 2E 155 60 1B
Octal 211 3 55 0 142 103 56 525 140 33
Binary 10001001 11 101101 0 1100010 1000011 101110 101010101 1100000 11011

Color Harmonies of #89032D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89032D

Black with #89032D

Text Example


Text Example

White with #89032D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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