Html Css Color HEX #89023B Burgundy

📋 copy color: '#89023B'

red 137 ◦ green 2 ◦ blue 59

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

Shades of Burgundy #89023B

Tints of Burgundy #89023B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 29.8%

R = 69.19%
G = 1.01%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.46

RGB Variations

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

Color information

#89023B (or 0x89023B) is known color: Burgundy. HEX triplet: 89, 02 and 3B. RGB value is (137,2,59). Sum of RGB (Red+Green+Blue) = 137+2+59=198 (26% of max value = 765). Red value is 137 (53.91% from 255 or 69.19% from 198); Green value is 2 (1.17% from 255 or 1.01% from 198); Blue value is 59 (23.44% from 255 or 29.80% from 198); Max value from RGB is 137 - color contains mainly: red. Hex color #89023B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89023B is #76FDC4. Grayscale: #303030. Windows color (decimal): -7798213 or 3867273. OLE color: 3867273.

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

Color convert

RGB 137 2 59 -
CMYK 0 0.99 0.57 0.46
HSL 334.67º 0.97% 0.27% -
HSV(B) 334.67º 0.99% 0.54% -
XYZ 11.13 5.68 4.65 -
YUV 48.86 133.73 190.87 -
System Red Green Blue C M Y K H S L
Decimal 137 2 59 0 0.99 0.57 0.46 334.67 0.97 0.27
Hex 89 2 3B 0 63 39 2E 14F 61 1B
Octal 211 2 73 0 143 71 56 517 141 33
Binary 10001001 10 111011 0 1100011 111001 101110 101001111 1100001 11011

Color Harmonies of #89023B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89023B

Black with #89023B

Text Example


Text Example

White with #89023B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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