Html Css Color HEX #880626 Burgundy

📋 copy color: '#880626'

red 136 ◦ green 6 ◦ blue 38

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

Shades of Burgundy #880626

Tints of Burgundy #880626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 21.11%

R = 75.56%
G = 3.33%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.47

RGB Variations

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

Color information

#880626 (or 0x880626) is known color: Burgundy. HEX triplet: 88, 06 and 26. RGB value is (136,6,38). Sum of RGB (Red+Green+Blue) = 136+6+38=180 (23% of max value = 765). Red value is 136 (53.52% from 255 or 75.56% from 180); Green value is 6 (2.73% from 255 or 3.33% from 180); Blue value is 38 (15.23% from 255 or 21.11% from 180); Max value from RGB is 136 - color contains mainly: red. Hex color #880626 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880626 is #77F9D9. Grayscale: #303030. Windows color (decimal): -7862746 or 2492040. OLE color: 2492040.

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

Color convert

RGB 136 6 38 -
CMYK 0 0.96 0.72 0.47
HSL 345.23º 0.92% 0.28% -
HSV(B) 345.23º 0.96% 0.53% -
XYZ 10.57 5.5 2.34 -
YUV 48.52 122.07 190.4 -
System Red Green Blue C M Y K H S L
Decimal 136 6 38 0 0.96 0.72 0.47 345.23 0.92 0.28
Hex 88 6 26 0 60 48 2F 159 5C 1C
Octal 210 6 46 0 140 110 57 531 134 34
Binary 10001000 110 100110 0 1100000 1001000 101111 101011001 1011100 11100

Color Harmonies of #880626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880626

Black with #880626

Text Example


Text Example

White with #880626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880626; }

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

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

background-color css

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

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

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

border-color css

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

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

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