Html Css Color HEX #88012C Burgundy

📋 copy color: '#88012C'

red 136 ◦ green 1 ◦ blue 44

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

Shades of Burgundy #88012C

Tints of Burgundy #88012C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.55%

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

R = 75.14%
G = 0.55%
B = 24.31%

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

#88012C (or 0x88012C) is known color: Burgundy. HEX triplet: 88, 01 and 2C. RGB value is (136,1,44). Sum of RGB (Red+Green+Blue) = 136+1+44=181 (23% of max value = 765). Red value is 136 (53.52% from 255 or 75.14% from 181); Green value is 1 (0.78% from 255 or 0.55% from 181); Blue value is 44 (17.58% from 255 or 24.31% from 181); Max value from RGB is 136 - color contains mainly: red. Hex color #88012C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88012C is #77FED3. Grayscale: #2E2E2E. Windows color (decimal): -7864020 or 2883976. OLE color: 2883976.

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

Color convert

RGB 136 1 44 -
CMYK 0 0.99 0.68 0.47
HSL 340.89º 0.99% 0.27% -
HSV(B) 340.89º 0.99% 0.53% -
XYZ 10.62 5.44 2.87 -
YUV 46.27 126.73 192 -
System Red Green Blue C M Y K H S L
Decimal 136 1 44 0 0.99 0.68 0.47 340.89 0.99 0.27
Hex 88 1 2C 0 63 44 2F 155 63 1B
Octal 210 1 54 0 143 104 57 525 143 33
Binary 10001000 1 101100 0 1100011 1000100 101111 101010101 1100011 11011

Color Harmonies of #88012C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88012C

Black with #88012C

Text Example


Text Example

White with #88012C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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