Html Css Color HEX #890827 Burgundy

📋 copy color: '#890827'

red 137 ◦ green 8 ◦ blue 39

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

Shades of Burgundy #890827

Tints of Burgundy #890827

RGB

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

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

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

R = 74.46%
G = 4.35%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.72

 K value IS 0.46

RGB Variations

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

Color information

#890827 (or 0x890827) is known color: Burgundy. HEX triplet: 89, 08 and 27. RGB value is (137,8,39). Sum of RGB (Red+Green+Blue) = 137+8+39=184 (24% of max value = 765). Red value is 137 (53.91% from 255 or 74.46% from 184); Green value is 8 (3.52% from 255 or 4.35% from 184); Blue value is 39 (15.62% from 255 or 21.20% from 184); Max value from RGB is 137 - color contains mainly: red. Hex color #890827 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890827 is #76F7D8. Grayscale: #323232. Windows color (decimal): -7796697 or 2558089. OLE color: 2558089.

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

Color convert

RGB 137 8 39 -
CMYK 0 0.94 0.72 0.46
HSL 345.58º 0.89% 0.28% -
HSV(B) 345.58º 0.94% 0.54% -
XYZ 10.77 5.64 2.44 -
YUV 50.11 121.74 189.98 -
System Red Green Blue C M Y K H S L
Decimal 137 8 39 0 0.94 0.72 0.46 345.58 0.89 0.28
Hex 89 8 27 0 5E 48 2E 15A 59 1C
Octal 211 10 47 0 136 110 56 532 131 34
Binary 10001001 1000 100111 0 1011110 1001000 101110 101011010 1011001 11100

Color Harmonies of #890827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890827

Black with #890827

Text Example


Text Example

White with #890827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890827; }

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

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

background-color css

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

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

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

border-color css

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

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

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