Html Css Color HEX #890935 Burgundy

📋 copy color: '#890935'

red 137 ◦ green 9 ◦ blue 53

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

Shades of Burgundy #890935

Tints of Burgundy #890935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 26.63%

R = 68.84%
G = 4.52%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.61

 K value IS 0.46

RGB Variations

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

Color information

#890935 (or 0x890935) is known color: Burgundy. HEX triplet: 89, 09 and 35. RGB value is (137,9,53). Sum of RGB (Red+Green+Blue) = 137+9+53=199 (26% of max value = 765). Red value is 137 (53.91% from 255 or 68.84% from 199); Green value is 9 (3.91% from 255 or 4.52% from 199); Blue value is 53 (21.09% from 255 or 26.63% from 199); Max value from RGB is 137 - color contains mainly: red. Hex color #890935 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890935 is #76F6CA. Grayscale: #343434. Windows color (decimal): -7796427 or 3475849. OLE color: 3475849.

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

Color convert

RGB 137 9 53 -
CMYK 0 0.93 0.61 0.46
HSL 339.38º 0.88% 0.29% -
HSV(B) 339.38º 0.93% 0.54% -
XYZ 11.06 5.77 3.9 -
YUV 52.29 128.41 188.42 -
System Red Green Blue C M Y K H S L
Decimal 137 9 53 0 0.93 0.61 0.46 339.38 0.88 0.29
Hex 89 9 35 0 5D 3D 2E 153 58 1D
Octal 211 11 65 0 135 75 56 523 130 35
Binary 10001001 1001 110101 0 1011101 111101 101110 101010011 1011000 11101

Color Harmonies of #890935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890935

Black with #890935

Text Example


Text Example

White with #890935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890935; }

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

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

background-color css

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

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

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

border-color css

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

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

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