Html Css Color HEX #88013D Burgundy

📋 copy color: '#88013D'

red 136 ◦ green 1 ◦ blue 61

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

Shades of Burgundy #88013D

Tints of Burgundy #88013D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 30.81%

R = 68.69%
G = 0.51%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#88013D (or 0x88013D) is known color: Burgundy. HEX triplet: 88, 01 and 3D. RGB value is (136,1,61). Sum of RGB (Red+Green+Blue) = 136+1+61=198 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68.69% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 61 (24.22% from 255 or 30.81% from 198); Max value from RGB is 136 - color contains mainly: red. Hex color #88013D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88013D is #77FEC2. Grayscale: #303030. Windows color (decimal): -7864003 or 3998088. OLE color: 3998088.

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

Color convert

RGB 136 1 61 -
CMYK 0 0.99 0.55 0.47
HSL 333.33º 0.99% 0.27% -
HSV(B) 333.33º 0.99% 0.53% -
XYZ 11.01 5.59 4.91 -
YUV 48.21 135.23 190.62 -
System Red Green Blue C M Y K H S L
Decimal 136 1 61 0 0.99 0.55 0.47 333.33 0.99 0.27
Hex 88 1 3D 0 63 37 2F 14D 63 1B
Octal 210 1 75 0 143 67 57 515 143 33
Binary 10001000 1 111101 0 1100011 110111 101111 101001101 1100011 11011

Color Harmonies of #88013D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88013D

Black with #88013D

Text Example


Text Example

White with #88013D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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