Html Css Color HEX #88083F Burgundy

📋 copy color: '#88083F'

red 136 ◦ green 8 ◦ blue 63

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

Shades of Burgundy #88083F

Tints of Burgundy #88083F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.86%

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

R = 65.7%
G = 3.86%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#88083F (or 0x88083F) is known color: Burgundy. HEX triplet: 88, 08 and 3F. RGB value is (136,8,63). Sum of RGB (Red+Green+Blue) = 136+8+63=207 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.70% from 207); Green value is 8 (3.52% from 255 or 3.86% from 207); Blue value is 63 (25% from 255 or 30.43% from 207); Max value from RGB is 136 - color contains mainly: red. Hex color #88083F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88083F is #77F7C0. Grayscale: #343434. Windows color (decimal): -7862209 or 4130952. OLE color: 4130952.

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

Color convert

RGB 136 8 63 -
CMYK 0 0.94 0.54 0.47
HSL 334.22º 0.89% 0.28% -
HSV(B) 334.22º 0.94% 0.53% -
XYZ 11.14 5.77 5.23 -
YUV 52.54 133.91 187.53 -
System Red Green Blue C M Y K H S L
Decimal 136 8 63 0 0.94 0.54 0.47 334.22 0.89 0.28
Hex 88 8 3F 0 5E 36 2F 14E 59 1C
Octal 210 10 77 0 136 66 57 516 131 34
Binary 10001000 1000 111111 0 1011110 110110 101111 101001110 1011001 11100

Color Harmonies of #88083F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88083F

Black with #88083F

Text Example


Text Example

White with #88083F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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