Html Css Color HEX #880D26 Burgundy

📋 copy color: '#880D26'

red 136 ◦ green 13 ◦ blue 38

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

Shades of Burgundy #880D26

Tints of Burgundy #880D26

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.95%

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

R = 72.73%
G = 6.95%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.47

RGB Variations

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

Color information

#880D26 (or 0x880D26) is known color: Burgundy. HEX triplet: 88, 0D and 26. RGB value is (136,13,38). Sum of RGB (Red+Green+Blue) = 136+13+38=187 (24% of max value = 765). Red value is 136 (53.52% from 255 or 72.73% from 187); Green value is 13 (5.47% from 255 or 6.95% from 187); Blue value is 38 (15.23% from 255 or 20.32% from 187); Max value from RGB is 136 - color contains mainly: red. Hex color #880D26 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880D26 is #77F2D9. Grayscale: #343434. Windows color (decimal): -7860954 or 2493832. OLE color: 2493832.

HSL color Cylindrical-coordinate representation of color #880D26: hue angle of 347.8º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #880D26 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 13 38 -
CMYK 0 0.90 0.72 0.47
HSL 347.8º 0.83% 0.29% -
HSV(B) 347.8º 0.9% 0.53% -
XYZ 10.65 5.66 2.37 -
YUV 52.63 119.75 187.47 -
System Red Green Blue C M Y K H S L
Decimal 136 13 38 0 0.90 0.72 0.47 347.8 0.83 0.29
Hex 88 D 26 0 5A 48 2F 15C 53 1D
Octal 210 15 46 0 132 110 57 534 123 35
Binary 10001000 1101 100110 0 1011010 1001000 101111 101011100 1010011 11101

Color Harmonies of #880D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880D26

Black with #880D26

Text Example


Text Example

White with #880D26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880D26; }

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

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

background-color css

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

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

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

border-color css

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

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

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