Html Css Color HEX #890635 Burgundy

📋 copy color: '#890635'

red 137 ◦ green 6 ◦ blue 53

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

Shades of Burgundy #890635

Tints of Burgundy #890635

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.06%

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

R = 69.9%
G = 3.06%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.61

 K value IS 0.46

RGB Variations

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

Color information

#890635 (or 0x890635) is known color: Burgundy. HEX triplet: 89, 06 and 35. RGB value is (137,6,53). Sum of RGB (Red+Green+Blue) = 137+6+53=196 (25% of max value = 765). Red value is 137 (53.91% from 255 or 69.90% from 196); Green value is 6 (2.73% from 255 or 3.06% from 196); Blue value is 53 (21.09% from 255 or 27.04% from 196); Max value from RGB is 137 - color contains mainly: red. Hex color #890635 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890635 is #76F9CA. Grayscale: #323232. Windows color (decimal): -7797195 or 3475081. OLE color: 3475081.

HSL color Cylindrical-coordinate representation of color #890635: hue angle of 338.47º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #890635 is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 6 53 -
CMYK 0 0.96 0.61 0.46
HSL 338.47º 0.92% 0.28% -
HSV(B) 338.47º 0.96% 0.54% -
XYZ 11.02 5.71 3.89 -
YUV 50.53 129.4 189.68 -
System Red Green Blue C M Y K H S L
Decimal 137 6 53 0 0.96 0.61 0.46 338.47 0.92 0.28
Hex 89 6 35 0 60 3D 2E 152 5C 1C
Octal 211 6 65 0 140 75 56 522 134 34
Binary 10001001 110 110101 0 1100000 111101 101110 101010010 1011100 11100

Color Harmonies of #890635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890635

Black with #890635

Text Example


Text Example

White with #890635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890635; }

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

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

background-color css

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

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

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

border-color css

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

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

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