Html Css Color HEX #890B33 Burgundy

📋 copy color: '#890B33'

red 137 ◦ green 11 ◦ blue 51

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

Shades of Burgundy #890B33

Tints of Burgundy #890B33

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.53%

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

R = 68.84%
G = 5.53%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.63

 K value IS 0.46

RGB Variations

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

Color information

#890B33 (or 0x890B33) is known color: Burgundy. HEX triplet: 89, 0B and 33. RGB value is (137,11,51). Sum of RGB (Red+Green+Blue) = 137+11+51=199 (26% of max value = 765). Red value is 137 (53.91% from 255 or 68.84% from 199); Green value is 11 (4.69% from 255 or 5.53% from 199); Blue value is 51 (20.31% from 255 or 25.63% from 199); Max value from RGB is 137 - color contains mainly: red. Hex color #890B33 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890B33 is #76F4CC. Grayscale: #353535. Windows color (decimal): -7795917 or 3345289. OLE color: 3345289.

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

Color convert

RGB 137 11 51 -
CMYK 0 0.92 0.63 0.46
HSL 340.95º 0.85% 0.29% -
HSV(B) 340.95º 0.92% 0.54% -
XYZ 11.03 5.8 3.67 -
YUV 53.23 126.74 187.75 -
System Red Green Blue C M Y K H S L
Decimal 137 11 51 0 0.92 0.63 0.46 340.95 0.85 0.29
Hex 89 B 33 0 5C 3F 2E 155 55 1D
Octal 211 13 63 0 134 77 56 525 125 35
Binary 10001001 1011 110011 0 1011100 111111 101110 101010101 1010101 11101

Color Harmonies of #890B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890B33

Black with #890B33

Text Example


Text Example

White with #890B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890B33; }

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

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

background-color css

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

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

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

border-color css

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

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

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