Html Css Color HEX #880328 Burgundy

📋 copy color: '#880328'

red 136 ◦ green 3 ◦ blue 40

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

Shades of Burgundy #880328

Tints of Burgundy #880328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 22.35%

R = 75.98%
G = 1.68%
B = 22.35%

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

#880328 (or 0x880328) is known color: Burgundy. HEX triplet: 88, 03 and 28. RGB value is (136,3,40). Sum of RGB (Red+Green+Blue) = 136+3+40=179 (23% of max value = 765). Red value is 136 (53.52% from 255 or 75.98% from 179); Green value is 3 (1.56% from 255 or 1.68% from 179); Blue value is 40 (16.02% from 255 or 22.35% from 179); Max value from RGB is 136 - color contains mainly: red. Hex color #880328 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880328 is #77FCD7. Grayscale: #2E2E2E. Windows color (decimal): -7863512 or 2622344. OLE color: 2622344.

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

Color convert

RGB 136 3 40 -
CMYK 0 0.98 0.71 0.47
HSL 343.31º 0.96% 0.27% -
HSV(B) 343.31º 0.98% 0.53% -
XYZ 10.57 5.45 2.5 -
YUV 46.99 124.06 191.49 -
System Red Green Blue C M Y K H S L
Decimal 136 3 40 0 0.98 0.71 0.47 343.31 0.96 0.27
Hex 88 3 28 0 62 47 2F 157 60 1B
Octal 210 3 50 0 142 107 57 527 140 33
Binary 10001000 11 101000 0 1100010 1000111 101111 101010111 1100000 11011

Color Harmonies of #880328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880328

Black with #880328

Text Example


Text Example

White with #880328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880328; }

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

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

background-color css

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

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

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

border-color css

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

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

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