Html Css Color HEX #890227 Burgundy

📋 copy color: '#890227'

red 137 ◦ green 2 ◦ blue 39

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

Shades of Burgundy #890227

Tints of Burgundy #890227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 21.91%

R = 76.97%
G = 1.12%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.46

RGB Variations

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

Color information

#890227 (or 0x890227) is known color: Burgundy. HEX triplet: 89, 02 and 27. RGB value is (137,2,39). Sum of RGB (Red+Green+Blue) = 137+2+39=178 (23% of max value = 765). Red value is 137 (53.91% from 255 or 76.97% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 39 (15.62% from 255 or 21.91% from 178); Max value from RGB is 137 - color contains mainly: red. Hex color #890227 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890227 is #76FDD8. Grayscale: #2E2E2E. Windows color (decimal): -7798233 or 2556553. OLE color: 2556553.

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

Color convert

RGB 137 2 39 -
CMYK 0 0.99 0.72 0.46
HSL 343.56º 0.97% 0.27% -
HSV(B) 343.56º 0.99% 0.54% -
XYZ 10.7 5.51 2.42 -
YUV 46.58 123.73 192.49 -
System Red Green Blue C M Y K H S L
Decimal 137 2 39 0 0.99 0.72 0.46 343.56 0.97 0.27
Hex 89 2 27 0 63 48 2E 158 61 1B
Octal 211 2 47 0 143 110 56 530 141 33
Binary 10001001 10 100111 0 1100011 1001000 101110 101011000 1100001 11011

Color Harmonies of #890227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890227

Black with #890227

Text Example


Text Example

White with #890227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890227; }

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

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

background-color css

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

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

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

border-color css

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

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

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