Html Css Color HEX #890223 Burgundy

📋 copy color: '#890223'

red 137 ◦ green 2 ◦ blue 35

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

Shades of Burgundy #890223

Tints of Burgundy #890223

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.15%

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

R = 78.74%
G = 1.15%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.46

RGB Variations

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

Color information

#890223 (or 0x890223) is known color: Burgundy. HEX triplet: 89, 02 and 23. RGB value is (137,2,35). Sum of RGB (Red+Green+Blue) = 137+2+35=174 (23% of max value = 765). Red value is 137 (53.91% from 255 or 78.74% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 35 (14.06% from 255 or 20.11% from 174); Max value from RGB is 137 - color contains mainly: red. Hex color #890223 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890223 is #76FDDC. Grayscale: #2E2E2E. Windows color (decimal): -7798237 or 2294409. OLE color: 2294409.

HSL color Cylindrical-coordinate representation of color #890223: hue angle of 345.33º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #890223 is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 2 35 -
CMYK 0 0.99 0.74 0.46
HSL 345.33º 0.97% 0.27% -
HSV(B) 345.33º 0.99% 0.54% -
XYZ 10.64 5.48 2.09 -
YUV 46.13 121.73 192.82 -
System Red Green Blue C M Y K H S L
Decimal 137 2 35 0 0.99 0.74 0.46 345.33 0.97 0.27
Hex 89 2 23 0 63 4A 2E 159 61 1B
Octal 211 2 43 0 143 112 56 531 141 33
Binary 10001001 10 100011 0 1100011 1001010 101110 101011001 1100001 11011

Color Harmonies of #890223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890223

Black with #890223

Text Example


Text Example

White with #890223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890223; }

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

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

background-color css

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

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

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

border-color css

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

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

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