Html Css Color HEX #88093F Burgundy

📋 copy color: '#88093F'

red 136 ◦ green 9 ◦ blue 63

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

Shades of Burgundy #88093F

Tints of Burgundy #88093F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.33%

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

R = 65.38%
G = 4.33%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#88093F (or 0x88093F) is known color: Burgundy. HEX triplet: 88, 09 and 3F. RGB value is (136,9,63). Sum of RGB (Red+Green+Blue) = 136+9+63=208 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.38% from 208); Green value is 9 (3.91% from 255 or 4.33% from 208); Blue value is 63 (25% from 255 or 30.29% from 208); Max value from RGB is 136 - color contains mainly: red. Hex color #88093F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88093F is #77F6C0. Grayscale: #353535. Windows color (decimal): -7861953 or 4131208. OLE color: 4131208.

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

Color convert

RGB 136 9 63 -
CMYK 0 0.93 0.54 0.47
HSL 334.49º 0.88% 0.28% -
HSV(B) 334.49º 0.93% 0.53% -
XYZ 11.15 5.79 5.23 -
YUV 53.13 133.58 187.11 -
System Red Green Blue C M Y K H S L
Decimal 136 9 63 0 0.93 0.54 0.47 334.49 0.88 0.28
Hex 88 9 3F 0 5D 36 2F 14E 58 1C
Octal 210 11 77 0 135 66 57 516 130 34
Binary 10001000 1001 111111 0 1011101 110110 101111 101001110 1011000 11100

Color Harmonies of #88093F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88093F

Black with #88093F

Text Example


Text Example

White with #88093F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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