Html Css Color HEX #890225 Burgundy

📋 copy color: '#890225'

red 137 ◦ green 2 ◦ blue 37

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

Shades of Burgundy #890225

Tints of Burgundy #890225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 21.02%

R = 77.84%
G = 1.14%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.46

RGB Variations

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

Color information

#890225 (or 0x890225) is known color: Burgundy. HEX triplet: 89, 02 and 25. RGB value is (137,2,37). Sum of RGB (Red+Green+Blue) = 137+2+37=176 (23% of max value = 765). Red value is 137 (53.91% from 255 or 77.84% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 37 (14.84% from 255 or 21.02% from 176); Max value from RGB is 137 - color contains mainly: red. Hex color #890225 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890225 is #76FDDA. Grayscale: #2E2E2E. Windows color (decimal): -7798235 or 2425481. OLE color: 2425481.

HSL color Cylindrical-coordinate representation of color #890225: hue angle of 344.44º 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 #890225 is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 2 37 -
CMYK 0 0.99 0.73 0.46
HSL 344.44º 0.97% 0.27% -
HSV(B) 344.44º 0.99% 0.54% -
XYZ 10.67 5.5 2.25 -
YUV 46.36 122.73 192.65 -
System Red Green Blue C M Y K H S L
Decimal 137 2 37 0 0.99 0.73 0.46 344.44 0.97 0.27
Hex 89 2 25 0 63 49 2E 158 61 1B
Octal 211 2 45 0 143 111 56 530 141 33
Binary 10001001 10 100101 0 1100011 1001001 101110 101011000 1100001 11011

Color Harmonies of #890225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890225

Black with #890225

Text Example


Text Example

White with #890225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890225; }

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

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

background-color css

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

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

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

border-color css

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

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

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