Html Css Color HEX #88012A Burgundy

📋 copy color: '#88012A'

red 136 ◦ green 1 ◦ blue 42

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

Shades of Burgundy #88012A

Tints of Burgundy #88012A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 23.46%

R = 75.98%
G = 0.56%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#88012A (or 0x88012A) is known color: Burgundy. HEX triplet: 88, 01 and 2A. RGB value is (136,1,42). Sum of RGB (Red+Green+Blue) = 136+1+42=179 (23% of max value = 765). Red value is 136 (53.52% from 255 or 75.98% from 179); Green value is 1 (0.78% from 255 or 0.56% from 179); Blue value is 42 (16.80% from 255 or 23.46% from 179); Max value from RGB is 136 - color contains mainly: red. Hex color #88012A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88012A is #77FED5. Grayscale: #2E2E2E. Windows color (decimal): -7864022 or 2752904. OLE color: 2752904.

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

Color convert

RGB 136 1 42 -
CMYK 0 0.99 0.69 0.47
HSL 341.78º 0.99% 0.27% -
HSV(B) 341.78º 0.99% 0.53% -
XYZ 10.58 5.42 2.68 -
YUV 46.04 125.73 192.17 -
System Red Green Blue C M Y K H S L
Decimal 136 1 42 0 0.99 0.69 0.47 341.78 0.99 0.27
Hex 88 1 2A 0 63 45 2F 156 63 1B
Octal 210 1 52 0 143 105 57 526 143 33
Binary 10001000 1 101010 0 1100011 1000101 101111 101010110 1100011 11011

Color Harmonies of #88012A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88012A

Black with #88012A

Text Example


Text Example

White with #88012A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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