Html Css Color HEX #880628 Burgundy

📋 copy color: '#880628'

red 136 ◦ green 6 ◦ blue 40

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

Shades of Burgundy #880628

Tints of Burgundy #880628

RGB

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

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

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

R = 74.73%
G = 3.3%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.47

RGB Variations

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

Color information

#880628 (or 0x880628) is known color: Burgundy. HEX triplet: 88, 06 and 28. RGB value is (136,6,40). Sum of RGB (Red+Green+Blue) = 136+6+40=182 (24% of max value = 765). Red value is 136 (53.52% from 255 or 74.73% from 182); Green value is 6 (2.73% from 255 or 3.30% from 182); Blue value is 40 (16.02% from 255 or 21.98% from 182); Max value from RGB is 136 - color contains mainly: red. Hex color #880628 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880628 is #77F9D7. Grayscale: #303030. Windows color (decimal): -7862744 or 2623112. OLE color: 2623112.

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

Color convert

RGB 136 6 40 -
CMYK 0 0.96 0.71 0.47
HSL 344.31º 0.92% 0.28% -
HSV(B) 344.31º 0.96% 0.53% -
XYZ 10.6 5.52 2.51 -
YUV 48.75 123.07 190.24 -
System Red Green Blue C M Y K H S L
Decimal 136 6 40 0 0.96 0.71 0.47 344.31 0.92 0.28
Hex 88 6 28 0 60 47 2F 158 5C 1C
Octal 210 6 50 0 140 107 57 530 134 34
Binary 10001000 110 101000 0 1100000 1000111 101111 101011000 1011100 11100

Color Harmonies of #880628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880628

Black with #880628

Text Example


Text Example

White with #880628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880628; }

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

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

background-color css

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

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

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

border-color css

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

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

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