Html Css Color HEX #88001B Burgundy

📋 copy color: '#88001B'

red 136 ◦ green 0 ◦ blue 27

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

Shades of Burgundy #88001B

Tints of Burgundy #88001B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 27 (10.94% from 255) = 16.56%

R = 83.44%
G = 0%
B = 16.56%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.47

RGB Variations

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

Color information

#88001B (or 0x88001B) is known color: Burgundy. HEX triplet: 88, 00 and 1B. RGB value is (136,0,27). Sum of RGB (Red+Green+Blue) = 136+0+27=163 (21% of max value = 765). Red value is 136 (53.52% from 255 or 83.44% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 27 (10.94% from 255 or 16.56% from 163); Max value from RGB is 136 - color contains mainly: red. Hex color #88001B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88001B is #77FFE4. Grayscale: #2B2B2B. Windows color (decimal): -7864293 or 1769608. OLE color: 1769608.

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

Color convert

RGB 136 0 27 -
CMYK 0 1 0.80 0.47
HSL 348.09º 1% 0.27% -
HSV(B) 348.09º 1% 0.53% -
XYZ 10.35 5.31 1.52 -
YUV 43.74 118.56 193.8 -
System Red Green Blue C M Y K H S L
Decimal 136 0 27 0 1 0.80 0.47 348.09 1 0.27
Hex 88 0 1B 0 64 50 2F 15C 64 1B
Octal 210 0 33 0 144 120 57 534 144 33
Binary 10001000 0 11011 0 1100100 1010000 101111 101011100 1100100 11011

Color Harmonies of #88001B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88001B

Black with #88001B

Text Example


Text Example

White with #88001B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,0,27); }

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

background-color css

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

 a { background-color: rgb(136,0,27); }

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

border-color css

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

 span { border-color: rgb(136,0,27); }

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