Html Css Color HEX #890724 Burgundy

📋 copy color: '#890724'

red 137 ◦ green 7 ◦ blue 36

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

Shades of Burgundy #890724

Tints of Burgundy #890724

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 20%

R = 76.11%
G = 3.89%
B = 20%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.74

 K value IS 0.46

RGB Variations

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

Color information

#890724 (or 0x890724) is known color: Burgundy. HEX triplet: 89, 07 and 24. RGB value is (137,7,36). Sum of RGB (Red+Green+Blue) = 137+7+36=180 (23% of max value = 765). Red value is 137 (53.91% from 255 or 76.11% from 180); Green value is 7 (3.12% from 255 or 3.89% from 180); Blue value is 36 (14.45% from 255 or 20% from 180); Max value from RGB is 137 - color contains mainly: red. Hex color #890724 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890724 is #76F8DB. Grayscale: #313131. Windows color (decimal): -7796956 or 2361225. OLE color: 2361225.

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

Color convert

RGB 137 7 36 -
CMYK 0 0.95 0.74 0.46
HSL 346.62º 0.9% 0.28% -
HSV(B) 346.62º 0.95% 0.54% -
XYZ 10.71 5.6 2.19 -
YUV 49.18 120.57 190.64 -
System Red Green Blue C M Y K H S L
Decimal 137 7 36 0 0.95 0.74 0.46 346.62 0.9 0.28
Hex 89 7 24 0 5F 4A 2E 15B 5A 1C
Octal 211 7 44 0 137 112 56 533 132 34
Binary 10001001 111 100100 0 1011111 1001010 101110 101011011 1011010 11100

Color Harmonies of #890724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890724

Black with #890724

Text Example


Text Example

White with #890724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890724; }

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

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

background-color css

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

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

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

border-color css

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

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

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