Html Css Color HEX #88063F Burgundy

📋 copy color: '#88063F'

red 136 ◦ green 6 ◦ blue 63

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

Shades of Burgundy #88063F

Tints of Burgundy #88063F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.93%

 BLUE value IS 63 (25% from 255) = 30.73%

R = 66.34%
G = 2.93%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#88063F (or 0x88063F) is known color: Burgundy. HEX triplet: 88, 06 and 3F. RGB value is (136,6,63). Sum of RGB (Red+Green+Blue) = 136+6+63=205 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.34% from 205); Green value is 6 (2.73% from 255 or 2.93% from 205); Blue value is 63 (25% from 255 or 30.73% from 205); Max value from RGB is 136 - color contains mainly: red. Hex color #88063F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88063F is #77F9C0. Grayscale: #333333. Windows color (decimal): -7862721 or 4130440. OLE color: 4130440.

HSL color Cylindrical-coordinate representation of color #88063F: hue angle of 333.69º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #88063F is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 6 63 -
CMYK 0 0.96 0.54 0.47
HSL 333.69º 0.92% 0.28% -
HSV(B) 333.69º 0.96% 0.53% -
XYZ 11.12 5.72 5.22 -
YUV 51.37 134.57 188.37 -
System Red Green Blue C M Y K H S L
Decimal 136 6 63 0 0.96 0.54 0.47 333.69 0.92 0.28
Hex 88 6 3F 0 60 36 2F 14E 5C 1C
Octal 210 6 77 0 140 66 57 516 134 34
Binary 10001000 110 111111 0 1100000 110110 101111 101001110 1011100 11100

Color Harmonies of #88063F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88063F

Black with #88063F

Text Example


Text Example

White with #88063F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88063F; }

 p { color: rgb(136,6,63); }

 H1.HeaderClassName
 {
   color: #88063F;
 }
 .AnyTagClassName
 {
   color: #88063F;
 }
</style>

background-color css

<style>
 a { background-color: #88063F; }

 a { background-color: rgb(136,6,63); }

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

border-color css

<style>
 span { border-color: #88063F; }

 span { border-color: rgb(136,6,63); }

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