Html Css Color HEX #890024 Burgundy

📋 copy color: '#890024'

red 137 ◦ green 0 ◦ blue 36

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

Shades of Burgundy #890024

Tints of Burgundy #890024

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 79.19%
G = 0%
B = 20.81%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.46

RGB Variations

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

Color information

#890024 (or 0x890024) is known color: Burgundy. HEX triplet: 89, 00 and 24. RGB value is (137,0,36). Sum of RGB (Red+Green+Blue) = 137+0+36=173 (22% of max value = 765). Red value is 137 (53.91% from 255 or 79.19% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 36 (14.45% from 255 or 20.81% from 173); Max value from RGB is 137 - color contains mainly: red. Hex color #890024 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890024 is #76FFDB. Grayscale: #2D2D2D. Windows color (decimal): -7798748 or 2359433. OLE color: 2359433.

HSL color Cylindrical-coordinate representation of color #890024: hue angle of 344.23º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #890024 is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 0 36 -
CMYK 0 1 0.74 0.46
HSL 344.23º 1% 0.27% -
HSV(B) 344.23º 1% 0.54% -
XYZ 10.63 5.45 2.16 -
YUV 45.07 122.89 193.57 -
System Red Green Blue C M Y K H S L
Decimal 137 0 36 0 1 0.74 0.46 344.23 1 0.27
Hex 89 0 24 0 64 4A 2E 158 64 1B
Octal 211 0 44 0 144 112 56 530 144 33
Binary 10001001 0 100100 0 1100100 1001010 101110 101011000 1100100 11011

Color Harmonies of #890024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890024

Black with #890024

Text Example


Text Example

White with #890024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890024; }

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

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

background-color css

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

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

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

border-color css

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

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

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