Html Css Color HEX #880733 Burgundy

📋 copy color: '#880733'

red 136 ◦ green 7 ◦ blue 51

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

Shades of Burgundy #880733

Tints of Burgundy #880733

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.61%

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

R = 70.1%
G = 3.61%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#880733 (or 0x880733) is known color: Burgundy. HEX triplet: 88, 07 and 33. RGB value is (136,7,51). Sum of RGB (Red+Green+Blue) = 136+7+51=194 (25% of max value = 765). Red value is 136 (53.52% from 255 or 70.10% from 194); Green value is 7 (3.12% from 255 or 3.61% from 194); Blue value is 51 (20.31% from 255 or 26.29% from 194); Max value from RGB is 136 - color contains mainly: red. Hex color #880733 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880733 is #77F8CC. Grayscale: #323232. Windows color (decimal): -7862477 or 3344264. OLE color: 3344264.

HSL color Cylindrical-coordinate representation of color #880733: hue angle of 339.53º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #880733 is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 7 51 -
CMYK 0 0.95 0.62 0.47
HSL 339.53º 0.9% 0.28% -
HSV(B) 339.53º 0.95% 0.53% -
XYZ 10.83 5.63 3.65 -
YUV 50.59 128.24 188.92 -
System Red Green Blue C M Y K H S L
Decimal 136 7 51 0 0.95 0.62 0.47 339.53 0.9 0.28
Hex 88 7 33 0 5F 3E 2F 154 5A 1C
Octal 210 7 63 0 137 76 57 524 132 34
Binary 10001000 111 110011 0 1011111 111110 101111 101010100 1011010 11100

Color Harmonies of #880733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880733

Black with #880733

Text Example


Text Example

White with #880733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880733; }

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

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

background-color css

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

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

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

border-color css

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

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

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