Html Css Color HEX #88022C Burgundy

📋 copy color: '#88022C'

red 136 ◦ green 2 ◦ blue 44

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

Shades of Burgundy #88022C

Tints of Burgundy #88022C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 24.18%

R = 74.73%
G = 1.1%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#88022C (or 0x88022C) is known color: Burgundy. HEX triplet: 88, 02 and 2C. RGB value is (136,2,44). Sum of RGB (Red+Green+Blue) = 136+2+44=182 (24% of max value = 765). Red value is 136 (53.52% from 255 or 74.73% from 182); Green value is 2 (1.17% from 255 or 1.10% from 182); Blue value is 44 (17.58% from 255 or 24.18% from 182); Max value from RGB is 136 - color contains mainly: red. Hex color #88022C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88022C is #77FDD3. Grayscale: #2E2E2E. Windows color (decimal): -7863764 or 2884232. OLE color: 2884232.

HSL color Cylindrical-coordinate representation of color #88022C: hue angle of 341.19º 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 #88022C is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 2 44 -
CMYK 0 0.99 0.68 0.47
HSL 341.19º 0.97% 0.27% -
HSV(B) 341.19º 0.99% 0.53% -
XYZ 10.63 5.46 2.88 -
YUV 46.85 126.39 191.58 -
System Red Green Blue C M Y K H S L
Decimal 136 2 44 0 0.99 0.68 0.47 341.19 0.97 0.27
Hex 88 2 2C 0 63 44 2F 155 61 1B
Octal 210 2 54 0 143 104 57 525 141 33
Binary 10001000 10 101100 0 1100011 1000100 101111 101010101 1100001 11011

Color Harmonies of #88022C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88022C

Black with #88022C

Text Example


Text Example

White with #88022C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88022C; }

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

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

background-color css

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

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

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

border-color css

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

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

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