Html Css Color HEX #890523 Burgundy

📋 copy color: '#890523'

red 137 ◦ green 5 ◦ blue 35

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

Shades of Burgundy #890523

Tints of Burgundy #890523

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.82%

 BLUE value IS 35 (14.06% from 255) = 19.77%

R = 77.4%
G = 2.82%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.46

RGB Variations

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

Color information

#890523 (or 0x890523) is known color: Burgundy. HEX triplet: 89, 05 and 23. RGB value is (137,5,35). Sum of RGB (Red+Green+Blue) = 137+5+35=177 (23% of max value = 765). Red value is 137 (53.91% from 255 or 77.40% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 35 (14.06% from 255 or 19.77% from 177); Max value from RGB is 137 - color contains mainly: red. Hex color #890523 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890523 is #76FADC. Grayscale: #2F2F2F. Windows color (decimal): -7797469 or 2295177. OLE color: 2295177.

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

Color convert

RGB 137 5 35 -
CMYK 0 0.96 0.74 0.46
HSL 346.36º 0.93% 0.28% -
HSV(B) 346.36º 0.96% 0.54% -
XYZ 10.67 5.55 2.1 -
YUV 47.89 120.73 191.56 -
System Red Green Blue C M Y K H S L
Decimal 137 5 35 0 0.96 0.74 0.46 346.36 0.93 0.28
Hex 89 5 23 0 60 4A 2E 15A 5D 1C
Octal 211 5 43 0 140 112 56 532 135 34
Binary 10001001 101 100011 0 1100000 1001010 101110 101011010 1011101 11100

Color Harmonies of #890523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890523

Black with #890523

Text Example


Text Example

White with #890523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890523; }

 p { color: rgb(137,5,35); }

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

background-color css

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

 a { background-color: rgb(137,5,35); }

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

border-color css

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

 span { border-color: rgb(137,5,35); }

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