Html Css Color HEX #880026 Burgundy

📋 copy color: '#880026'

red 136 ◦ green 0 ◦ blue 38

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

Shades of Burgundy #880026

Tints of Burgundy #880026

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 78.16%
G = 0%
B = 21.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.47

RGB Variations

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

Color information

#880026 (or 0x880026) is known color: Burgundy. HEX triplet: 88, 00 and 26. RGB value is (136,0,38). Sum of RGB (Red+Green+Blue) = 136+0+38=174 (23% of max value = 765). Red value is 136 (53.52% from 255 or 78.16% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 38 (15.23% from 255 or 21.84% from 174); Max value from RGB is 136 - color contains mainly: red. Hex color #880026 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880026 is #77FFD9. Grayscale: #2C2C2C. Windows color (decimal): -7864282 or 2490504. OLE color: 2490504.

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

Color convert

RGB 136 0 38 -
CMYK 0 1 0.72 0.47
HSL 343.24º 1% 0.27% -
HSV(B) 343.24º 1% 0.53% -
XYZ 10.5 5.37 2.32 -
YUV 45 124.06 192.91 -
System Red Green Blue C M Y K H S L
Decimal 136 0 38 0 1 0.72 0.47 343.24 1 0.27
Hex 88 0 26 0 64 48 2F 157 64 1B
Octal 210 0 46 0 144 110 57 527 144 33
Binary 10001000 0 100110 0 1100100 1001000 101111 101010111 1100100 11011

Color Harmonies of #880026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880026

Black with #880026

Text Example


Text Example

White with #880026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880026; }

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

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

background-color css

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

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

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

border-color css

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

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

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