Html Css Color HEX #890230 Burgundy

📋 copy color: '#890230'

red 137 ◦ green 2 ◦ blue 48

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

Shades of Burgundy #890230

Tints of Burgundy #890230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 25.67%

R = 73.26%
G = 1.07%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.46

RGB Variations

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

Color information

#890230 (or 0x890230) is known color: Burgundy. HEX triplet: 89, 02 and 30. RGB value is (137,2,48). Sum of RGB (Red+Green+Blue) = 137+2+48=187 (24% of max value = 765). Red value is 137 (53.91% from 255 or 73.26% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 48 (19.14% from 255 or 25.67% from 187); Max value from RGB is 137 - color contains mainly: red. Hex color #890230 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890230 is #76FDCF. Grayscale: #2F2F2F. Windows color (decimal): -7798224 or 3146377. OLE color: 3146377.

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

Color convert

RGB 137 2 48 -
CMYK 0 0.99 0.65 0.46
HSL 339.56º 0.97% 0.27% -
HSV(B) 339.56º 0.99% 0.54% -
XYZ 10.87 5.58 3.3 -
YUV 47.61 128.23 191.76 -
System Red Green Blue C M Y K H S L
Decimal 137 2 48 0 0.99 0.65 0.46 339.56 0.97 0.27
Hex 89 2 30 0 63 41 2E 154 61 1B
Octal 211 2 60 0 143 101 56 524 141 33
Binary 10001001 10 110000 0 1100011 1000001 101110 101010100 1100001 11011

Color Harmonies of #890230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890230

Black with #890230

Text Example


Text Example

White with #890230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890230; }

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

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

background-color css

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

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

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

border-color css

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

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

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