Html Css Color HEX #88052E Burgundy

📋 copy color: '#88052E'

red 136 ◦ green 5 ◦ blue 46

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

Shades of Burgundy #88052E

Tints of Burgundy #88052E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 24.6%

R = 72.73%
G = 2.67%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.66

 K value IS 0.47

RGB Variations

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

Color information

#88052E (or 0x88052E) is known color: Burgundy. HEX triplet: 88, 05 and 2E. RGB value is (136,5,46). Sum of RGB (Red+Green+Blue) = 136+5+46=187 (24% of max value = 765). Red value is 136 (53.52% from 255 or 72.73% from 187); Green value is 5 (2.34% from 255 or 2.67% from 187); Blue value is 46 (18.36% from 255 or 24.60% from 187); Max value from RGB is 136 - color contains mainly: red. Hex color #88052E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88052E is #77FAD1. Grayscale: #303030. Windows color (decimal): -7862994 or 3016072. OLE color: 3016072.

HSL color Cylindrical-coordinate representation of color #88052E: hue angle of 341.22º 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 #88052E is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 5 46 -
CMYK 0 0.96 0.66 0.47
HSL 341.22º 0.93% 0.28% -
HSV(B) 341.22º 0.96% 0.53% -
XYZ 10.7 5.54 3.09 -
YUV 48.84 126.4 190.17 -
System Red Green Blue C M Y K H S L
Decimal 136 5 46 0 0.96 0.66 0.47 341.22 0.93 0.28
Hex 88 5 2E 0 60 42 2F 155 5D 1C
Octal 210 5 56 0 140 102 57 525 135 34
Binary 10001000 101 101110 0 1100000 1000010 101111 101010101 1011101 11100

Color Harmonies of #88052E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88052E

Black with #88052E

Text Example


Text Example

White with #88052E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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