Html Css Color HEX #890828 Burgundy

📋 copy color: '#890828'

red 137 ◦ green 8 ◦ blue 40

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

Shades of Burgundy #890828

Tints of Burgundy #890828

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.32%

 BLUE value IS 40 (16.02% from 255) = 21.62%

R = 74.05%
G = 4.32%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.71

 K value IS 0.46

RGB Variations

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

Color information

#890828 (or 0x890828) is known color: Burgundy. HEX triplet: 89, 08 and 28. RGB value is (137,8,40). Sum of RGB (Red+Green+Blue) = 137+8+40=185 (24% of max value = 765). Red value is 137 (53.91% from 255 or 74.05% from 185); Green value is 8 (3.52% from 255 or 4.32% from 185); Blue value is 40 (16.02% from 255 or 21.62% from 185); Max value from RGB is 137 - color contains mainly: red. Hex color #890828 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890828 is #76F7D7. Grayscale: #323232. Windows color (decimal): -7796696 or 2623625. OLE color: 2623625.

HSL color Cylindrical-coordinate representation of color #890828: hue angle of 345.12º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #890828 is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 8 40 -
CMYK 0 0.94 0.71 0.46
HSL 345.12º 0.89% 0.28% -
HSV(B) 345.12º 0.94% 0.54% -
XYZ 10.79 5.65 2.53 -
YUV 50.22 122.24 189.9 -
System Red Green Blue C M Y K H S L
Decimal 137 8 40 0 0.94 0.71 0.46 345.12 0.89 0.28
Hex 89 8 28 0 5E 47 2E 159 59 1C
Octal 211 10 50 0 136 107 56 531 131 34
Binary 10001001 1000 101000 0 1011110 1000111 101110 101011001 1011001 11100

Color Harmonies of #890828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890828

Black with #890828

Text Example


Text Example

White with #890828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890828; }

 p { color: rgb(137,8,40); }

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

background-color css

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

 a { background-color: rgb(137,8,40); }

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

border-color css

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

 span { border-color: rgb(137,8,40); }

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