Html Css Color HEX #89002D Burgundy

📋 copy color: '#89002D'

red 137 ◦ green 0 ◦ blue 45

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

Shades of Burgundy #89002D

Tints of Burgundy #89002D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 75.27%
G = 0%
B = 24.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.67

 K value IS 0.46

RGB Variations

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

Color information

#89002D (or 0x89002D) is known color: Burgundy. HEX triplet: 89, 00 and 2D. RGB value is (137,0,45). Sum of RGB (Red+Green+Blue) = 137+0+45=182 (24% of max value = 765). Red value is 137 (53.91% from 255 or 75.27% from 182); Green value is 0 (0.39% from 255 or 0% from 182); Blue value is 45 (17.97% from 255 or 24.73% from 182); Max value from RGB is 137 - color contains mainly: red. Hex color #89002D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89002D is #76FFD2. Grayscale: #2E2E2E. Windows color (decimal): -7798739 or 2949257. OLE color: 2949257.

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

Color convert

RGB 137 0 45 -
CMYK 0 1 0.67 0.46
HSL 340.29º 1% 0.27% -
HSV(B) 340.29º 1% 0.54% -
XYZ 10.79 5.51 2.98 -
YUV 46.09 127.39 192.84 -
System Red Green Blue C M Y K H S L
Decimal 137 0 45 0 1 0.67 0.46 340.29 1 0.27
Hex 89 0 2D 0 64 43 2E 154 64 1B
Octal 211 0 55 0 144 103 56 524 144 33
Binary 10001001 0 101101 0 1100100 1000011 101110 101010100 1100100 11011

Color Harmonies of #89002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89002D

Black with #89002D

Text Example


Text Example

White with #89002D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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