Html Css Color HEX #890033 Burgundy

📋 copy color: '#890033'

red 137 ◦ green 0 ◦ blue 51

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

Shades of Burgundy #890033

Tints of Burgundy #890033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 27.13%

R = 72.87%
G = 0%
B = 27.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.63

 K value IS 0.46

RGB Variations

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

Color information

#890033 (or 0x890033) is known color: Burgundy. HEX triplet: 89, 00 and 33. RGB value is (137,0,51). Sum of RGB (Red+Green+Blue) = 137+0+51=188 (24% of max value = 765). Red value is 137 (53.91% from 255 or 72.87% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 51 (20.31% from 255 or 27.13% from 188); Max value from RGB is 137 - color contains mainly: red. Hex color #890033 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890033 is #76FFCC. Grayscale: #2E2E2E. Windows color (decimal): -7798733 or 3342473. OLE color: 3342473.

HSL color Cylindrical-coordinate representation of color #890033: hue angle of 337.66º 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 #890033 is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 0 51 -
CMYK 0 1 0.63 0.46
HSL 337.66º 1% 0.27% -
HSV(B) 337.66º 1% 0.54% -
XYZ 10.91 5.56 3.63 -
YUV 46.78 130.39 192.35 -
System Red Green Blue C M Y K H S L
Decimal 137 0 51 0 1 0.63 0.46 337.66 1 0.27
Hex 89 0 33 0 64 3F 2E 152 64 1B
Octal 211 0 63 0 144 77 56 522 144 33
Binary 10001001 0 110011 0 1100100 111111 101110 101010010 1100100 11011

Color Harmonies of #890033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890033

Black with #890033

Text Example


Text Example

White with #890033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890033; }

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

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

background-color css

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

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

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

border-color css

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

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

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