Html Css Color HEX #880324 Burgundy

📋 copy color: '#880324'

red 136 ◦ green 3 ◦ blue 36

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

Shades of Burgundy #880324

Tints of Burgundy #880324

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.71%

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

R = 77.71%
G = 1.71%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.47

RGB Variations

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

Color information

#880324 (or 0x880324) is known color: Burgundy. HEX triplet: 88, 03 and 24. RGB value is (136,3,36). Sum of RGB (Red+Green+Blue) = 136+3+36=175 (23% of max value = 765). Red value is 136 (53.52% from 255 or 77.71% from 175); Green value is 3 (1.56% from 255 or 1.71% from 175); Blue value is 36 (14.45% from 255 or 20.57% from 175); Max value from RGB is 136 - color contains mainly: red. Hex color #880324 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880324 is #77FCDB. Grayscale: #2E2E2E. Windows color (decimal): -7863516 or 2360200. OLE color: 2360200.

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

Color convert

RGB 136 3 36 -
CMYK 0 0.98 0.74 0.47
HSL 345.11º 0.96% 0.27% -
HSV(B) 345.11º 0.98% 0.53% -
XYZ 10.5 5.43 2.16 -
YUV 46.53 122.06 191.82 -
System Red Green Blue C M Y K H S L
Decimal 136 3 36 0 0.98 0.74 0.47 345.11 0.96 0.27
Hex 88 3 24 0 62 4A 2F 159 60 1B
Octal 210 3 44 0 142 112 57 531 140 33
Binary 10001000 11 100100 0 1100010 1001010 101111 101011001 1100000 11011

Color Harmonies of #880324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880324

Black with #880324

Text Example


Text Example

White with #880324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880324; }

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

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

background-color css

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

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

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

border-color css

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

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

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