Html Css Color HEX #880327 Burgundy

📋 copy color: '#880327'

red 136 ◦ green 3 ◦ blue 39

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

Shades of Burgundy #880327

Tints of Burgundy #880327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 21.91%

R = 76.4%
G = 1.69%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.47

RGB Variations

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

Color information

#880327 (or 0x880327) is known color: Burgundy. HEX triplet: 88, 03 and 27. RGB value is (136,3,39). Sum of RGB (Red+Green+Blue) = 136+3+39=178 (23% of max value = 765). Red value is 136 (53.52% from 255 or 76.40% from 178); Green value is 3 (1.56% from 255 or 1.69% from 178); Blue value is 39 (15.62% from 255 or 21.91% from 178); Max value from RGB is 136 - color contains mainly: red. Hex color #880327 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880327 is #77FCD8. Grayscale: #2E2E2E. Windows color (decimal): -7863513 or 2556808. OLE color: 2556808.

HSL color Cylindrical-coordinate representation of color #880327: hue angle of 343.76º 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 #880327 is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 3 39 -
CMYK 0 0.98 0.71 0.47
HSL 343.76º 0.96% 0.27% -
HSV(B) 343.76º 0.98% 0.53% -
XYZ 10.55 5.45 2.41 -
YUV 46.87 123.56 191.57 -
System Red Green Blue C M Y K H S L
Decimal 136 3 39 0 0.98 0.71 0.47 343.76 0.96 0.27
Hex 88 3 27 0 62 47 2F 158 60 1B
Octal 210 3 47 0 142 107 57 530 140 33
Binary 10001000 11 100111 0 1100010 1000111 101111 101011000 1100000 11011

Color Harmonies of #880327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880327

Black with #880327

Text Example


Text Example

White with #880327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880327; }

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

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

background-color css

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

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

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

border-color css

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

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

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