Html Css Color HEX #880924 Burgundy

📋 copy color: '#880924'

red 136 ◦ green 9 ◦ blue 36

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

Shades of Burgundy #880924

Tints of Burgundy #880924

RGB

 RED value IS 136 (53.52% from 255) = 75.14%

 GREEN value IS 9 (3.91% from 255) = 4.97%

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

R = 75.14%
G = 4.97%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.74

 K value IS 0.47

RGB Variations

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

Color information

#880924 (or 0x880924) is known color: Burgundy. HEX triplet: 88, 09 and 24. RGB value is (136,9,36). Sum of RGB (Red+Green+Blue) = 136+9+36=181 (23% of max value = 765). Red value is 136 (53.52% from 255 or 75.14% from 181); Green value is 9 (3.91% from 255 or 4.97% from 181); Blue value is 36 (14.45% from 255 or 19.89% from 181); Max value from RGB is 136 - color contains mainly: red. Hex color #880924 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880924 is #77F6DB. Grayscale: #323232. Windows color (decimal): -7861980 or 2361736. OLE color: 2361736.

HSL color Cylindrical-coordinate representation of color #880924: hue angle of 347.24º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880924 is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 9 36 -
CMYK 0 0.93 0.74 0.47
HSL 347.24º 0.88% 0.28% -
HSV(B) 347.24º 0.93% 0.53% -
XYZ 10.57 5.56 2.18 -
YUV 50.05 120.08 189.3 -
System Red Green Blue C M Y K H S L
Decimal 136 9 36 0 0.93 0.74 0.47 347.24 0.88 0.28
Hex 88 9 24 0 5D 4A 2F 15B 58 1C
Octal 210 11 44 0 135 112 57 533 130 34
Binary 10001000 1001 100100 0 1011101 1001010 101111 101011011 1011000 11100

Color Harmonies of #880924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880924

Black with #880924

Text Example


Text Example

White with #880924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880924; }

 p { color: rgb(136,9,36); }

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

background-color css

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

 a { background-color: rgb(136,9,36); }

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

border-color css

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

 span { border-color: rgb(136,9,36); }

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