Html Css Color HEX #88023B Burgundy

📋 copy color: '#88023B'

red 136 ◦ green 2 ◦ blue 59

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

Shades of Burgundy #88023B

Tints of Burgundy #88023B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 29.95%

R = 69.04%
G = 1.02%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#88023B (or 0x88023B) is known color: Burgundy. HEX triplet: 88, 02 and 3B. RGB value is (136,2,59). Sum of RGB (Red+Green+Blue) = 136+2+59=197 (26% of max value = 765). Red value is 136 (53.52% from 255 or 69.04% from 197); Green value is 2 (1.17% from 255 or 1.02% from 197); Blue value is 59 (23.44% from 255 or 29.95% from 197); Max value from RGB is 136 - color contains mainly: red. Hex color #88023B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88023B is #77FDC4. Grayscale: #303030. Windows color (decimal): -7863749 or 3867272. OLE color: 3867272.

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

Color convert

RGB 136 2 59 -
CMYK 0 0.99 0.57 0.47
HSL 334.48º 0.97% 0.27% -
HSV(B) 334.48º 0.99% 0.53% -
XYZ 10.96 5.59 4.64 -
YUV 48.56 133.89 190.37 -
System Red Green Blue C M Y K H S L
Decimal 136 2 59 0 0.99 0.57 0.47 334.48 0.97 0.27
Hex 88 2 3B 0 63 39 2F 14E 61 1B
Octal 210 2 73 0 143 71 57 516 141 33
Binary 10001000 10 111011 0 1100011 111001 101111 101001110 1100001 11011

Color Harmonies of #88023B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88023B

Black with #88023B

Text Example


Text Example

White with #88023B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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