Html Css Color HEX #88033C Burgundy

📋 copy color: '#88033C'

red 136 ◦ green 3 ◦ blue 60

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

Shades of Burgundy #88033C

Tints of Burgundy #88033C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.51%

 BLUE value IS 60 (23.83% from 255) = 30.15%

R = 68.34%
G = 1.51%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#88033C (or 0x88033C) is known color: Burgundy. HEX triplet: 88, 03 and 3C. RGB value is (136,3,60). Sum of RGB (Red+Green+Blue) = 136+3+60=199 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68.34% from 199); Green value is 3 (1.56% from 255 or 1.51% from 199); Blue value is 60 (23.83% from 255 or 30.15% from 199); Max value from RGB is 136 - color contains mainly: red. Hex color #88033C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88033C is #77FCC3. Grayscale: #313131. Windows color (decimal): -7863492 or 3933064. OLE color: 3933064.

HSL color Cylindrical-coordinate representation of color #88033C: hue angle of 334.29º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #88033C is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 3 60 -
CMYK 0 0.98 0.56 0.47
HSL 334.29º 0.96% 0.27% -
HSV(B) 334.29º 0.98% 0.53% -
XYZ 11 5.63 4.78 -
YUV 49.27 134.06 189.87 -
System Red Green Blue C M Y K H S L
Decimal 136 3 60 0 0.98 0.56 0.47 334.29 0.96 0.27
Hex 88 3 3C 0 62 38 2F 14E 60 1B
Octal 210 3 74 0 142 70 57 516 140 33
Binary 10001000 11 111100 0 1100010 111000 101111 101001110 1100000 11011

Color Harmonies of #88033C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88033C

Black with #88033C

Text Example


Text Example

White with #88033C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88033C; }

 p { color: rgb(136,3,60); }

 H1.HeaderClassName
 {
   color: #88033C;
 }
 .AnyTagClassName
 {
   color: #88033C;
 }
</style>

background-color css

<style>
 a { background-color: #88033C; }

 a { background-color: rgb(136,3,60); }

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

border-color css

<style>
 span { border-color: #88033C; }

 span { border-color: rgb(136,3,60); }

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