Html Css Color HEX #89023C Burgundy

📋 copy color: '#89023C'

red 137 ◦ green 2 ◦ blue 60

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

Shades of Burgundy #89023C

Tints of Burgundy #89023C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 30.15%

R = 68.84%
G = 1.01%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.46

RGB Variations

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

Color information

#89023C (or 0x89023C) is known color: Burgundy. HEX triplet: 89, 02 and 3C. RGB value is (137,2,60). Sum of RGB (Red+Green+Blue) = 137+2+60=199 (26% of max value = 765). Red value is 137 (53.91% from 255 or 68.84% from 199); Green value is 2 (1.17% from 255 or 1.01% from 199); Blue value is 60 (23.83% from 255 or 30.15% from 199); Max value from RGB is 137 - color contains mainly: red. Hex color #89023C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89023C is #76FDC3. Grayscale: #303030. Windows color (decimal): -7798212 or 3932809. OLE color: 3932809.

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

Color convert

RGB 137 2 60 -
CMYK 0 0.99 0.56 0.46
HSL 334.22º 0.97% 0.27% -
HSV(B) 334.22º 0.99% 0.54% -
XYZ 11.15 5.69 4.78 -
YUV 48.98 134.23 190.78 -
System Red Green Blue C M Y K H S L
Decimal 137 2 60 0 0.99 0.56 0.46 334.22 0.97 0.27
Hex 89 2 3C 0 63 38 2E 14E 61 1B
Octal 211 2 74 0 143 70 56 516 141 33
Binary 10001001 10 111100 0 1100011 111000 101110 101001110 1100001 11011

Color Harmonies of #89023C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89023C

Black with #89023C

Text Example


Text Example

White with #89023C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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