Html Css Color HEX #89023D Burgundy

📋 copy color: '#89023D'

red 137 ◦ green 2 ◦ blue 61

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

Shades of Burgundy #89023D

Tints of Burgundy #89023D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1%

 BLUE value IS 61 (24.22% from 255) = 30.5%

R = 68.5%
G = 1%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.46

RGB Variations

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

Color information

#89023D (or 0x89023D) is known color: Burgundy. HEX triplet: 89, 02 and 3D. RGB value is (137,2,61). Sum of RGB (Red+Green+Blue) = 137+2+61=200 (26% of max value = 765). Red value is 137 (53.91% from 255 or 68.5% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 61 (24.22% from 255 or 30.5% from 200); Max value from RGB is 137 - color contains mainly: red. Hex color #89023D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89023D is #76FDC2. Grayscale: #303030. Windows color (decimal): -7798211 or 3998345. OLE color: 3998345.

HSL color Cylindrical-coordinate representation of color #89023D: hue angle of 333.78º degrees, saturation: 0.97, 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 #89023D is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 2 61 -
CMYK 0 0.99 0.55 0.46
HSL 333.78º 0.97% 0.27% -
HSV(B) 333.78º 0.99% 0.54% -
XYZ 11.18 5.7 4.93 -
YUV 49.09 134.73 190.7 -
System Red Green Blue C M Y K H S L
Decimal 137 2 61 0 0.99 0.55 0.46 333.78 0.97 0.27
Hex 89 2 3D 0 63 37 2E 14E 61 1B
Octal 211 2 75 0 143 67 56 516 141 33
Binary 10001001 10 111101 0 1100011 110111 101110 101001110 1100001 11011

Color Harmonies of #89023D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89023D

Black with #89023D

Text Example


Text Example

White with #89023D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,2,61); }

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

background-color css

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

 a { background-color: rgb(137,2,61); }

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

border-color css

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

 span { border-color: rgb(137,2,61); }

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