Html Css Color HEX #890A35 Burgundy

📋 copy color: '#890A35'

red 137 ◦ green 10 ◦ blue 53

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

Shades of Burgundy #890A35

Tints of Burgundy #890A35

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5%

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

R = 68.5%
G = 5%
B = 26.5%

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

#890A35 (or 0x890A35) is known color: Burgundy. HEX triplet: 89, 0A and 35. RGB value is (137,10,53). Sum of RGB (Red+Green+Blue) = 137+10+53=200 (26% of max value = 765). Red value is 137 (53.91% from 255 or 68.5% from 200); Green value is 10 (4.30% from 255 or 5% from 200); Blue value is 53 (21.09% from 255 or 26.5% from 200); Max value from RGB is 137 - color contains mainly: red. Hex color #890A35 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890A35 is #76F5CA. Grayscale: #343434. Windows color (decimal): -7796171 or 3476105. OLE color: 3476105.

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

Color convert

RGB 137 10 53 -
CMYK 0 0.93 0.61 0.46
HSL 339.69º 0.86% 0.29% -
HSV(B) 339.69º 0.93% 0.54% -
XYZ 11.07 5.79 3.9 -
YUV 52.88 128.08 188 -
System Red Green Blue C M Y K H S L
Decimal 137 10 53 0 0.93 0.61 0.46 339.69 0.86 0.29
Hex 89 A 35 0 5D 3D 2E 154 56 1D
Octal 211 12 65 0 135 75 56 524 126 35
Binary 10001001 1010 110101 0 1011101 111101 101110 101010100 1010110 11101

Color Harmonies of #890A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890A35

Black with #890A35

Text Example


Text Example

White with #890A35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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