Html Css Color HEX #890933 Burgundy

📋 copy color: '#890933'

red 137 ◦ green 9 ◦ blue 51

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

Shades of Burgundy #890933

Tints of Burgundy #890933

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.57%

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

R = 69.54%
G = 4.57%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.63

 K value IS 0.46

RGB Variations

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

Color information

#890933 (or 0x890933) is known color: Burgundy. HEX triplet: 89, 09 and 33. RGB value is (137,9,51). Sum of RGB (Red+Green+Blue) = 137+9+51=197 (26% of max value = 765). Red value is 137 (53.91% from 255 or 69.54% from 197); Green value is 9 (3.91% from 255 or 4.57% from 197); Blue value is 51 (20.31% from 255 or 25.89% from 197); Max value from RGB is 137 - color contains mainly: red. Hex color #890933 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890933 is #76F6CC. Grayscale: #343434. Windows color (decimal): -7796429 or 3344777. OLE color: 3344777.

HSL color Cylindrical-coordinate representation of color #890933: hue angle of 340.31º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #890933 is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 9 51 -
CMYK 0 0.93 0.63 0.46
HSL 340.31º 0.88% 0.29% -
HSV(B) 340.31º 0.93% 0.54% -
XYZ 11.01 5.75 3.66 -
YUV 52.06 127.41 188.58 -
System Red Green Blue C M Y K H S L
Decimal 137 9 51 0 0.93 0.63 0.46 340.31 0.88 0.29
Hex 89 9 33 0 5D 3F 2E 154 58 1D
Octal 211 11 63 0 135 77 56 524 130 35
Binary 10001001 1001 110011 0 1011101 111111 101110 101010100 1011000 11101

Color Harmonies of #890933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890933

Black with #890933

Text Example


Text Example

White with #890933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890933; }

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

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

background-color css

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

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

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

border-color css

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

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

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