Html Css Color HEX #880226 Burgundy

📋 copy color: '#880226'

red 136 ◦ green 2 ◦ blue 38

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

Shades of Burgundy #880226

Tints of Burgundy #880226

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.14%

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

R = 77.27%
G = 1.14%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.47

RGB Variations

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

Color information

#880226 (or 0x880226) is known color: Burgundy. HEX triplet: 88, 02 and 26. RGB value is (136,2,38). Sum of RGB (Red+Green+Blue) = 136+2+38=176 (23% of max value = 765). Red value is 136 (53.52% from 255 or 77.27% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 38 (15.23% from 255 or 21.59% from 176); Max value from RGB is 136 - color contains mainly: red. Hex color #880226 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880226 is #77FDD9. Grayscale: #2E2E2E. Windows color (decimal): -7863770 or 2491016. OLE color: 2491016.

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

Color convert

RGB 136 2 38 -
CMYK 0 0.99 0.72 0.47
HSL 343.88º 0.97% 0.27% -
HSV(B) 343.88º 0.99% 0.53% -
XYZ 10.52 5.42 2.32 -
YUV 46.17 123.39 192.07 -
System Red Green Blue C M Y K H S L
Decimal 136 2 38 0 0.99 0.72 0.47 343.88 0.97 0.27
Hex 88 2 26 0 63 48 2F 158 61 1B
Octal 210 2 46 0 143 110 57 530 141 33
Binary 10001000 10 100110 0 1100011 1001000 101111 101011000 1100001 11011

Color Harmonies of #880226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880226

Black with #880226

Text Example


Text Example

White with #880226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880226; }

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

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

background-color css

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

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

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

border-color css

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

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

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