Html Css Color HEX #890B35 Burgundy

📋 copy color: '#890B35'

red 137 ◦ green 11 ◦ blue 53

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

Shades of Burgundy #890B35

Tints of Burgundy #890B35

RGB

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

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

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

R = 68.16%
G = 5.47%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.61

 K value IS 0.46

RGB Variations

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

Color information

#890B35 (or 0x890B35) is known color: Burgundy. HEX triplet: 89, 0B and 35. RGB value is (137,11,53). Sum of RGB (Red+Green+Blue) = 137+11+53=201 (26% of max value = 765). Red value is 137 (53.91% from 255 or 68.16% from 201); Green value is 11 (4.69% from 255 or 5.47% from 201); Blue value is 53 (21.09% from 255 or 26.37% from 201); Max value from RGB is 137 - color contains mainly: red. Hex color #890B35 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890B35 is #76F4CA. Grayscale: #353535. Windows color (decimal): -7795915 or 3476361. OLE color: 3476361.

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

Color convert

RGB 137 11 53 -
CMYK 0 0.92 0.61 0.46
HSL 340º 0.85% 0.29% -
HSV(B) 340º 0.92% 0.54% -
XYZ 11.08 5.81 3.91 -
YUV 53.46 127.74 187.58 -
System Red Green Blue C M Y K H S L
Decimal 137 11 53 0 0.92 0.61 0.46 340 0.85 0.29
Hex 89 B 35 0 5C 3D 2E 154 55 1D
Octal 211 13 65 0 134 75 56 524 125 35
Binary 10001001 1011 110101 0 1011100 111101 101110 101010100 1010101 11101

Color Harmonies of #890B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890B35

Black with #890B35

Text Example


Text Example

White with #890B35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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