Html Css Color HEX #88083E Burgundy

📋 copy color: '#88083E'

red 136 ◦ green 8 ◦ blue 62

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

Shades of Burgundy #88083E

Tints of Burgundy #88083E

RGB

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

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

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

R = 66.02%
G = 3.88%
B = 30.1%

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

#88083E (or 0x88083E) is known color: Burgundy. HEX triplet: 88, 08 and 3E. RGB value is (136,8,62). Sum of RGB (Red+Green+Blue) = 136+8+62=206 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.02% from 206); Green value is 8 (3.52% from 255 or 3.88% from 206); Blue value is 62 (24.61% from 255 or 30.10% from 206); Max value from RGB is 136 - color contains mainly: red. Hex color #88083E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88083E is #77F7C1. Grayscale: #343434. Windows color (decimal): -7862210 or 4065416. OLE color: 4065416.

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

Color convert

RGB 136 8 62 -
CMYK 0 0.94 0.54 0.47
HSL 334.69º 0.89% 0.28% -
HSV(B) 334.69º 0.94% 0.53% -
XYZ 11.11 5.76 5.08 -
YUV 52.43 133.41 187.61 -
System Red Green Blue C M Y K H S L
Decimal 136 8 62 0 0.94 0.54 0.47 334.69 0.89 0.28
Hex 88 8 3E 0 5E 36 2F 14F 59 1C
Octal 210 10 76 0 136 66 57 517 131 34
Binary 10001000 1000 111110 0 1011110 110110 101111 101001111 1011001 11100

Color Harmonies of #88083E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88083E

Black with #88083E

Text Example


Text Example

White with #88083E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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