Html Css Color HEX #88013C Burgundy

📋 copy color: '#88013C'

red 136 ◦ green 1 ◦ blue 60

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

Shades of Burgundy #88013C

Tints of Burgundy #88013C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 30.46%

R = 69.04%
G = 0.51%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#88013C (or 0x88013C) is known color: Burgundy. HEX triplet: 88, 01 and 3C. RGB value is (136,1,60). Sum of RGB (Red+Green+Blue) = 136+1+60=197 (26% of max value = 765). Red value is 136 (53.52% from 255 or 69.04% from 197); Green value is 1 (0.78% from 255 or 0.51% from 197); Blue value is 60 (23.83% from 255 or 30.46% from 197); Max value from RGB is 136 - color contains mainly: red. Hex color #88013C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88013C is #77FEC3. Grayscale: #2F2F2F. Windows color (decimal): -7864004 or 3932552. OLE color: 3932552.

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

Color convert

RGB 136 1 60 -
CMYK 0 0.99 0.56 0.47
HSL 333.78º 0.99% 0.27% -
HSV(B) 333.78º 0.99% 0.53% -
XYZ 10.98 5.58 4.77 -
YUV 48.09 134.73 190.7 -
System Red Green Blue C M Y K H S L
Decimal 136 1 60 0 0.99 0.56 0.47 333.78 0.99 0.27
Hex 88 1 3C 0 63 38 2F 14E 63 1B
Octal 210 1 74 0 143 70 57 516 143 33
Binary 10001000 1 111100 0 1100011 111000 101111 101001110 1100011 11011

Color Harmonies of #88013C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88013C

Black with #88013C

Text Example


Text Example

White with #88013C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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