Html Css Color HEX #880224 Burgundy

📋 copy color: '#880224'

red 136 ◦ green 2 ◦ blue 36

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

Shades of Burgundy #880224

Tints of Burgundy #880224

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.15%

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

R = 78.16%
G = 1.15%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.47

RGB Variations

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

Color information

#880224 (or 0x880224) is known color: Burgundy. HEX triplet: 88, 02 and 24. RGB value is (136,2,36). Sum of RGB (Red+Green+Blue) = 136+2+36=174 (23% of max value = 765). Red value is 136 (53.52% from 255 or 78.16% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 36 (14.45% from 255 or 20.69% from 174); Max value from RGB is 136 - color contains mainly: red. Hex color #880224 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880224 is #77FDDB. Grayscale: #2D2D2D. Windows color (decimal): -7863772 or 2359944. OLE color: 2359944.

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

Color convert

RGB 136 2 36 -
CMYK 0 0.99 0.74 0.47
HSL 344.78º 0.97% 0.27% -
HSV(B) 344.78º 0.99% 0.53% -
XYZ 10.49 5.41 2.16 -
YUV 45.94 122.39 192.24 -
System Red Green Blue C M Y K H S L
Decimal 136 2 36 0 0.99 0.74 0.47 344.78 0.97 0.27
Hex 88 2 24 0 63 4A 2F 159 61 1B
Octal 210 2 44 0 143 112 57 531 141 33
Binary 10001000 10 100100 0 1100011 1001010 101111 101011001 1100001 11011

Color Harmonies of #880224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880224

Black with #880224

Text Example


Text Example

White with #880224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880224; }

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

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

background-color css

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

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

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

border-color css

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

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

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