Html Css Color HEX #88013E Burgundy

📋 copy color: '#88013E'

red 136 ◦ green 1 ◦ blue 62

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

Shades of Burgundy #88013E

Tints of Burgundy #88013E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 31.16%

R = 68.34%
G = 0.5%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#88013E (or 0x88013E) is known color: Burgundy. HEX triplet: 88, 01 and 3E. RGB value is (136,1,62). Sum of RGB (Red+Green+Blue) = 136+1+62=199 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68.34% from 199); Green value is 1 (0.78% from 255 or 0.50% from 199); Blue value is 62 (24.61% from 255 or 31.16% from 199); Max value from RGB is 136 - color contains mainly: red. Hex color #88013E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88013E is #77FEC1. Grayscale: #303030. Windows color (decimal): -7864002 or 4063624. OLE color: 4063624.

HSL color Cylindrical-coordinate representation of color #88013E: hue angle of 332.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 #88013E is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 1 62 -
CMYK 0 0.99 0.54 0.47
HSL 332.89º 0.99% 0.27% -
HSV(B) 332.89º 0.99% 0.53% -
XYZ 11.03 5.6 5.06 -
YUV 48.32 135.73 190.54 -
System Red Green Blue C M Y K H S L
Decimal 136 1 62 0 0.99 0.54 0.47 332.89 0.99 0.27
Hex 88 1 3E 0 63 36 2F 14D 63 1B
Octal 210 1 76 0 143 66 57 515 143 33
Binary 10001000 1 111110 0 1100011 110110 101111 101001101 1100011 11011

Color Harmonies of #88013E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88013E

Black with #88013E

Text Example


Text Example

White with #88013E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88013E; }

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

 H1.HeaderClassName
 {
   color: #88013E;
 }
 .AnyTagClassName
 {
   color: #88013E;
 }
</style>

background-color css

<style>
 a { background-color: #88013E; }

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

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

border-color css

<style>
 span { border-color: #88013E; }

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

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