Html Css Color HEX #890129 Burgundy

📋 copy color: '#890129'

red 137 ◦ green 1 ◦ blue 41

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

Shades of Burgundy #890129

Tints of Burgundy #890129

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.56%

 BLUE value IS 41 (16.41% from 255) = 22.91%

R = 76.54%
G = 0.56%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.46

RGB Variations

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

Color information

#890129 (or 0x890129) is known color: Burgundy. HEX triplet: 89, 01 and 29. RGB value is (137,1,41). Sum of RGB (Red+Green+Blue) = 137+1+41=179 (23% of max value = 765). Red value is 137 (53.91% from 255 or 76.54% from 179); Green value is 1 (0.78% from 255 or 0.56% from 179); Blue value is 41 (16.41% from 255 or 22.91% from 179); Max value from RGB is 137 - color contains mainly: red. Hex color #890129 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890129 is #76FED6. Grayscale: #2E2E2E. Windows color (decimal): -7798487 or 2687369. OLE color: 2687369.

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

Color convert

RGB 137 1 41 -
CMYK 0 0.99 0.70 0.46
HSL 342.35º 0.99% 0.27% -
HSV(B) 342.35º 0.99% 0.54% -
XYZ 10.73 5.5 2.59 -
YUV 46.22 125.06 192.75 -
System Red Green Blue C M Y K H S L
Decimal 137 1 41 0 0.99 0.70 0.46 342.35 0.99 0.27
Hex 89 1 29 0 63 46 2E 156 63 1B
Octal 211 1 51 0 143 106 56 526 143 33
Binary 10001001 1 101001 0 1100011 1000110 101110 101010110 1100011 11011

Color Harmonies of #890129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890129

Black with #890129

Text Example


Text Example

White with #890129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890129; }

 p { color: rgb(137,1,41); }

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

background-color css

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

 a { background-color: rgb(137,1,41); }

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

border-color css

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

 span { border-color: rgb(137,1,41); }

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