Html Css Color HEX #88023E Burgundy

📋 copy color: '#88023E'

red 136 ◦ green 2 ◦ blue 62

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

Shades of Burgundy #88023E

Tints of Burgundy #88023E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1%

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

R = 68%
G = 1%
B = 31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#88023E (or 0x88023E) is known color: Burgundy. HEX triplet: 88, 02 and 3E. RGB value is (136,2,62). Sum of RGB (Red+Green+Blue) = 136+2+62=200 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 62 (24.61% from 255 or 31% from 200); Max value from RGB is 136 - color contains mainly: red. Hex color #88023E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88023E is #77FDC1. Grayscale: #303030. Windows color (decimal): -7863746 or 4063880. OLE color: 4063880.

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

Color convert

RGB 136 2 62 -
CMYK 0 0.99 0.54 0.47
HSL 333.13º 0.97% 0.27% -
HSV(B) 333.13º 0.99% 0.53% -
XYZ 11.04 5.63 5.06 -
YUV 48.91 135.39 190.12 -
System Red Green Blue C M Y K H S L
Decimal 136 2 62 0 0.99 0.54 0.47 333.13 0.97 0.27
Hex 88 2 3E 0 63 36 2F 14D 61 1B
Octal 210 2 76 0 143 66 57 515 141 33
Binary 10001000 10 111110 0 1100011 110110 101111 101001101 1100001 11011

Color Harmonies of #88023E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88023E

Black with #88023E

Text Example


Text Example

White with #88023E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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