Html Css Color HEX #89082A Burgundy

📋 copy color: '#89082A'

red 137 ◦ green 8 ◦ blue 42

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

Shades of Burgundy #89082A

Tints of Burgundy #89082A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.28%

 BLUE value IS 42 (16.8% from 255) = 22.46%

R = 73.26%
G = 4.28%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.69

 K value IS 0.46

RGB Variations

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

Color information

#89082A (or 0x89082A) is known color: Burgundy. HEX triplet: 89, 08 and 2A. RGB value is (137,8,42). Sum of RGB (Red+Green+Blue) = 137+8+42=187 (24% of max value = 765). Red value is 137 (53.91% from 255 or 73.26% from 187); Green value is 8 (3.52% from 255 or 4.28% from 187); Blue value is 42 (16.80% from 255 or 22.46% from 187); Max value from RGB is 137 - color contains mainly: red. Hex color #89082A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89082A is #76F7D5. Grayscale: #323232. Windows color (decimal): -7796694 or 2754697. OLE color: 2754697.

HSL color Cylindrical-coordinate representation of color #89082A: hue angle of 344.19º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #89082A is Cyan = 0, Magento = 0.94, Yellow = 0.69 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 8 42 -
CMYK 0 0.94 0.69 0.46
HSL 344.19º 0.89% 0.28% -
HSV(B) 344.19º 0.94% 0.54% -
XYZ 10.82 5.66 2.71 -
YUV 50.45 123.24 189.74 -
System Red Green Blue C M Y K H S L
Decimal 137 8 42 0 0.94 0.69 0.46 344.19 0.89 0.28
Hex 89 8 2A 0 5E 45 2E 158 59 1C
Octal 211 10 52 0 136 105 56 530 131 34
Binary 10001001 1000 101010 0 1011110 1000101 101110 101011000 1011001 11100

Color Harmonies of #89082A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89082A

Black with #89082A

Text Example


Text Example

White with #89082A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89082A; }

 p { color: rgb(137,8,42); }

 H1.HeaderClassName
 {
   color: #89082A;
 }
 .AnyTagClassName
 {
   color: #89082A;
 }
</style>

background-color css

<style>
 a { background-color: #89082A; }

 a { background-color: rgb(137,8,42); }

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

border-color css

<style>
 span { border-color: #89082A; }

 span { border-color: rgb(137,8,42); }

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