Html Css Color HEX #890C29 Burgundy

📋 copy color: '#890C29'

red 137 ◦ green 12 ◦ blue 41

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

Shades of Burgundy #890C29

Tints of Burgundy #890C29

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.32%

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

R = 72.11%
G = 6.32%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.70

 K value IS 0.46

RGB Variations

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

Color information

#890C29 (or 0x890C29) is known color: Burgundy. HEX triplet: 89, 0C and 29. RGB value is (137,12,41). Sum of RGB (Red+Green+Blue) = 137+12+41=190 (25% of max value = 765). Red value is 137 (53.91% from 255 or 72.11% from 190); Green value is 12 (5.08% from 255 or 6.32% from 190); Blue value is 41 (16.41% from 255 or 21.58% from 190); Max value from RGB is 137 - color contains mainly: red. Hex color #890C29 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890C29 is #76F3D6. Grayscale: #343434. Windows color (decimal): -7795671 or 2690185. OLE color: 2690185.

HSL color Cylindrical-coordinate representation of color #890C29: hue angle of 346.08º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #890C29 is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 12 41 -
CMYK 0 0.91 0.70 0.46
HSL 346.08º 0.84% 0.29% -
HSV(B) 346.08º 0.91% 0.54% -
XYZ 10.85 5.74 2.63 -
YUV 52.68 121.41 188.14 -
System Red Green Blue C M Y K H S L
Decimal 137 12 41 0 0.91 0.70 0.46 346.08 0.84 0.29
Hex 89 C 29 0 5B 46 2E 15A 54 1D
Octal 211 14 51 0 133 106 56 532 124 35
Binary 10001001 1100 101001 0 1011011 1000110 101110 101011010 1010100 11101

Color Harmonies of #890C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890C29

Black with #890C29

Text Example


Text Example

White with #890C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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