Html Css Color HEX #88043B Burgundy

📋 copy color: '#88043B'

red 136 ◦ green 4 ◦ blue 59

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

Shades of Burgundy #88043B

Tints of Burgundy #88043B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.01%

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

R = 68.34%
G = 2.01%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#88043B (or 0x88043B) is known color: Burgundy. HEX triplet: 88, 04 and 3B. RGB value is (136,4,59). Sum of RGB (Red+Green+Blue) = 136+4+59=199 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68.34% from 199); Green value is 4 (1.95% from 255 or 2.01% from 199); Blue value is 59 (23.44% from 255 or 29.65% from 199); Max value from RGB is 136 - color contains mainly: red. Hex color #88043B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88043B is #77FBC4. Grayscale: #313131. Windows color (decimal): -7863237 or 3867784. OLE color: 3867784.

HSL color Cylindrical-coordinate representation of color #88043B: hue angle of 335º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #88043B is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 4 59 -
CMYK 0 0.97 0.57 0.47
HSL 335º 0.94% 0.27% -
HSV(B) 335º 0.97% 0.53% -
XYZ 10.99 5.64 4.65 -
YUV 49.74 133.23 189.53 -
System Red Green Blue C M Y K H S L
Decimal 136 4 59 0 0.97 0.57 0.47 335 0.94 0.27
Hex 88 4 3B 0 61 39 2F 14F 5E 1B
Octal 210 4 73 0 141 71 57 517 136 33
Binary 10001000 100 111011 0 1100001 111001 101111 101001111 1011110 11011

Color Harmonies of #88043B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88043B

Black with #88043B

Text Example


Text Example

White with #88043B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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