Html Css Color HEX #880233 Burgundy

📋 copy color: '#880233'

red 136 ◦ green 2 ◦ blue 51

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

Shades of Burgundy #880233

Tints of Burgundy #880233

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.06%

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

R = 71.96%
G = 1.06%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#880233 (or 0x880233) is known color: Burgundy. HEX triplet: 88, 02 and 33. RGB value is (136,2,51). Sum of RGB (Red+Green+Blue) = 136+2+51=189 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.96% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 51 (20.31% from 255 or 26.98% from 189); Max value from RGB is 136 - color contains mainly: red. Hex color #880233 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880233 is #77FDCC. Grayscale: #2F2F2F. Windows color (decimal): -7863757 or 3342984. OLE color: 3342984.

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

Color convert

RGB 136 2 51 -
CMYK 0 0.99 0.62 0.47
HSL 338.06º 0.97% 0.27% -
HSV(B) 338.06º 0.99% 0.53% -
XYZ 10.77 5.52 3.63 -
YUV 47.65 129.89 191.02 -
System Red Green Blue C M Y K H S L
Decimal 136 2 51 0 0.99 0.62 0.47 338.06 0.97 0.27
Hex 88 2 33 0 63 3E 2F 152 61 1B
Octal 210 2 63 0 143 76 57 522 141 33
Binary 10001000 10 110011 0 1100011 111110 101111 101010010 1100001 11011

Color Harmonies of #880233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880233

Black with #880233

Text Example


Text Example

White with #880233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880233; }

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

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

background-color css

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

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

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

border-color css

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

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

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