Html Css Color HEX #88042B Burgundy

📋 copy color: '#88042B'

red 136 ◦ green 4 ◦ blue 43

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

Shades of Burgundy #88042B

Tints of Burgundy #88042B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 23.5%

R = 74.32%
G = 2.19%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#88042B (or 0x88042B) is known color: Burgundy. HEX triplet: 88, 04 and 2B. RGB value is (136,4,43). Sum of RGB (Red+Green+Blue) = 136+4+43=183 (24% of max value = 765). Red value is 136 (53.52% from 255 or 74.32% from 183); Green value is 4 (1.95% from 255 or 2.19% from 183); Blue value is 43 (17.19% from 255 or 23.50% from 183); Max value from RGB is 136 - color contains mainly: red. Hex color #88042B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88042B is #77FBD4. Grayscale: #2F2F2F. Windows color (decimal): -7863253 or 2819208. OLE color: 2819208.

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

Color convert

RGB 136 4 43 -
CMYK 0 0.97 0.68 0.47
HSL 342.27º 0.94% 0.27% -
HSV(B) 342.27º 0.97% 0.53% -
XYZ 10.63 5.5 2.79 -
YUV 47.91 125.23 190.83 -
System Red Green Blue C M Y K H S L
Decimal 136 4 43 0 0.97 0.68 0.47 342.27 0.94 0.27
Hex 88 4 2B 0 61 44 2F 156 5E 1B
Octal 210 4 53 0 141 104 57 526 136 33
Binary 10001000 100 101011 0 1100001 1000100 101111 101010110 1011110 11011

Color Harmonies of #88042B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88042B

Black with #88042B

Text Example


Text Example

White with #88042B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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