Html Css Color HEX #890729 Burgundy

📋 copy color: '#890729'

red 137 ◦ green 7 ◦ blue 41

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

Shades of Burgundy #890729

Tints of Burgundy #890729

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.78%

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

R = 74.05%
G = 3.78%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.70

 K value IS 0.46

RGB Variations

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

Color information

#890729 (or 0x890729) is known color: Burgundy. HEX triplet: 89, 07 and 29. RGB value is (137,7,41). Sum of RGB (Red+Green+Blue) = 137+7+41=185 (24% of max value = 765). Red value is 137 (53.91% from 255 or 74.05% from 185); Green value is 7 (3.12% from 255 or 3.78% from 185); Blue value is 41 (16.41% from 255 or 22.16% from 185); Max value from RGB is 137 - color contains mainly: red. Hex color #890729 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890729 is #76F8D6. Grayscale: #313131. Windows color (decimal): -7796951 or 2688905. OLE color: 2688905.

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

Color convert

RGB 137 7 41 -
CMYK 0 0.95 0.70 0.46
HSL 344.31º 0.9% 0.28% -
HSV(B) 344.31º 0.95% 0.54% -
XYZ 10.79 5.63 2.62 -
YUV 49.75 123.07 190.24 -
System Red Green Blue C M Y K H S L
Decimal 137 7 41 0 0.95 0.70 0.46 344.31 0.9 0.28
Hex 89 7 29 0 5F 46 2E 158 5A 1C
Octal 211 7 51 0 137 106 56 530 132 34
Binary 10001001 111 101001 0 1011111 1000110 101110 101011000 1011010 11100

Color Harmonies of #890729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890729

Black with #890729

Text Example


Text Example

White with #890729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890729; }

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

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

background-color css

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

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

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

border-color css

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

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

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