Html Css Color HEX #88051D Burgundy

📋 copy color: '#88051D'

red 136 ◦ green 5 ◦ blue 29

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

Shades of Burgundy #88051D

Tints of Burgundy #88051D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.94%

 BLUE value IS 29 (11.72% from 255) = 17.06%

R = 80%
G = 2.94%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#88051D (or 0x88051D) is known color: Burgundy. HEX triplet: 88, 05 and 1D. RGB value is (136,5,29). Sum of RGB (Red+Green+Blue) = 136+5+29=170 (22% of max value = 765). Red value is 136 (53.52% from 255 or 80% from 170); Green value is 5 (2.34% from 255 or 2.94% from 170); Blue value is 29 (11.72% from 255 or 17.06% from 170); Max value from RGB is 136 - color contains mainly: red. Hex color #88051D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88051D is #77FAE2. Grayscale: #2E2E2E. Windows color (decimal): -7863011 or 1901960. OLE color: 1901960.

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

Color convert

RGB 136 5 29 -
CMYK 0 0.96 0.79 0.47
HSL 349.01º 0.93% 0.28% -
HSV(B) 349.01º 0.96% 0.53% -
XYZ 10.43 5.43 1.66 -
YUV 46.91 117.9 191.55 -
System Red Green Blue C M Y K H S L
Decimal 136 5 29 0 0.96 0.79 0.47 349.01 0.93 0.28
Hex 88 5 1D 0 60 4F 2F 15D 5D 1C
Octal 210 5 35 0 140 117 57 535 135 34
Binary 10001000 101 11101 0 1100000 1001111 101111 101011101 1011101 11100

Color Harmonies of #88051D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88051D

Black with #88051D

Text Example


Text Example

White with #88051D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88051D; }

 p { color: rgb(136,5,29); }

 H1.HeaderClassName
 {
   color: #88051D;
 }
 .AnyTagClassName
 {
   color: #88051D;
 }
</style>

background-color css

<style>
 a { background-color: #88051D; }

 a { background-color: rgb(136,5,29); }

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

border-color css

<style>
 span { border-color: #88051D; }

 span { border-color: rgb(136,5,29); }

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