Html Css Color HEX #880D38 Burgundy

📋 copy color: '#880D38'

red 136 ◦ green 13 ◦ blue 56

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

Shades of Burgundy #880D38

Tints of Burgundy #880D38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 27.32%

R = 66.34%
G = 6.34%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#880D38 (or 0x880D38) is known color: Burgundy. HEX triplet: 88, 0D and 38. RGB value is (136,13,56). Sum of RGB (Red+Green+Blue) = 136+13+56=205 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.34% from 205); Green value is 13 (5.47% from 255 or 6.34% from 205); Blue value is 56 (22.27% from 255 or 27.32% from 205); Max value from RGB is 136 - color contains mainly: red. Hex color #880D38 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880D38 is #77F2C7. Grayscale: #363636. Windows color (decimal): -7860936 or 3673480. OLE color: 3673480.

HSL color Cylindrical-coordinate representation of color #880D38: hue angle of 339.02º 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 #880D38 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 13 56 -
CMYK 0 0.90 0.59 0.47
HSL 339.02º 0.83% 0.29% -
HSV(B) 339.02º 0.9% 0.53% -
XYZ 11.01 5.81 4.28 -
YUV 54.68 128.75 186 -
System Red Green Blue C M Y K H S L
Decimal 136 13 56 0 0.90 0.59 0.47 339.02 0.83 0.29
Hex 88 D 38 0 5A 3B 2F 153 53 1D
Octal 210 15 70 0 132 73 57 523 123 35
Binary 10001000 1101 111000 0 1011010 111011 101111 101010011 1010011 11101

Color Harmonies of #880D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880D38

Black with #880D38

Text Example


Text Example

White with #880D38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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