Html Css Color HEX #88012B Burgundy

📋 copy color: '#88012B'

red 136 ◦ green 1 ◦ blue 43

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

Shades of Burgundy #88012B

Tints of Burgundy #88012B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 23.89%

R = 75.56%
G = 0.56%
B = 23.89%

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

#88012B (or 0x88012B) is known color: Burgundy. HEX triplet: 88, 01 and 2B. RGB value is (136,1,43). Sum of RGB (Red+Green+Blue) = 136+1+43=180 (23% of max value = 765). Red value is 136 (53.52% from 255 or 75.56% from 180); Green value is 1 (0.78% from 255 or 0.56% from 180); Blue value is 43 (17.19% from 255 or 23.89% from 180); Max value from RGB is 136 - color contains mainly: red. Hex color #88012B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88012B is #77FED4. Grayscale: #2E2E2E. Windows color (decimal): -7864021 or 2818440. OLE color: 2818440.

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

Color convert

RGB 136 1 43 -
CMYK 0 0.99 0.68 0.47
HSL 341.33º 0.99% 0.27% -
HSV(B) 341.33º 0.99% 0.53% -
XYZ 10.6 5.43 2.77 -
YUV 46.15 126.23 192.08 -
System Red Green Blue C M Y K H S L
Decimal 136 1 43 0 0.99 0.68 0.47 341.33 0.99 0.27
Hex 88 1 2B 0 63 44 2F 155 63 1B
Octal 210 1 53 0 143 104 57 525 143 33
Binary 10001000 1 101011 0 1100011 1000100 101111 101010101 1100011 11011

Color Harmonies of #88012B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88012B

Black with #88012B

Text Example


Text Example

White with #88012B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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