Html Css Color HEX #880633 Burgundy

📋 copy color: '#880633'

red 136 ◦ green 6 ◦ blue 51

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

Shades of Burgundy #880633

Tints of Burgundy #880633

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.11%

 BLUE value IS 51 (20.31% from 255) = 26.42%

R = 70.47%
G = 3.11%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#880633 (or 0x880633) is known color: Burgundy. HEX triplet: 88, 06 and 33. RGB value is (136,6,51). Sum of RGB (Red+Green+Blue) = 136+6+51=193 (25% of max value = 765). Red value is 136 (53.52% from 255 or 70.47% from 193); Green value is 6 (2.73% from 255 or 3.11% from 193); Blue value is 51 (20.31% from 255 or 26.42% from 193); Max value from RGB is 136 - color contains mainly: red. Hex color #880633 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880633 is #77F9CC. Grayscale: #313131. Windows color (decimal): -7862733 or 3344008. OLE color: 3344008.

HSL color Cylindrical-coordinate representation of color #880633: hue angle of 339.23º degrees, saturation: 0.92, 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 #880633 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 6 51 -
CMYK 0 0.96 0.62 0.47
HSL 339.23º 0.92% 0.28% -
HSV(B) 339.23º 0.96% 0.53% -
XYZ 10.82 5.6 3.64 -
YUV 50 128.57 189.34 -
System Red Green Blue C M Y K H S L
Decimal 136 6 51 0 0.96 0.62 0.47 339.23 0.92 0.28
Hex 88 6 33 0 60 3E 2F 153 5C 1C
Octal 210 6 63 0 140 76 57 523 134 34
Binary 10001000 110 110011 0 1100000 111110 101111 101010011 1011100 11100

Color Harmonies of #880633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880633

Black with #880633

Text Example


Text Example

White with #880633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880633; }

 p { color: rgb(136,6,51); }

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

background-color css

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

 a { background-color: rgb(136,6,51); }

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

border-color css

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

 span { border-color: rgb(136,6,51); }

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