Html Css Color HEX #88053D Burgundy

📋 copy color: '#88053D'

red 136 ◦ green 5 ◦ blue 61

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

Shades of Burgundy #88053D

Tints of Burgundy #88053D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 30.2%

R = 67.33%
G = 2.48%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#88053D (or 0x88053D) is known color: Burgundy. HEX triplet: 88, 05 and 3D. RGB value is (136,5,61). Sum of RGB (Red+Green+Blue) = 136+5+61=202 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.33% from 202); Green value is 5 (2.34% from 255 or 2.48% from 202); Blue value is 61 (24.22% from 255 or 30.20% from 202); Max value from RGB is 136 - color contains mainly: red. Hex color #88053D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88053D is #77FAC2. Grayscale: #323232. Windows color (decimal): -7862979 or 3999112. OLE color: 3999112.

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

Color convert

RGB 136 5 61 -
CMYK 0 0.96 0.55 0.47
HSL 334.35º 0.93% 0.28% -
HSV(B) 334.35º 0.96% 0.53% -
XYZ 11.05 5.68 4.93 -
YUV 50.55 133.9 188.95 -
System Red Green Blue C M Y K H S L
Decimal 136 5 61 0 0.96 0.55 0.47 334.35 0.93 0.28
Hex 88 5 3D 0 60 37 2F 14E 5D 1C
Octal 210 5 75 0 140 67 57 516 135 34
Binary 10001000 101 111101 0 1100000 110111 101111 101001110 1011101 11100

Color Harmonies of #88053D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88053D

Black with #88053D

Text Example


Text Example

White with #88053D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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