Html Css Color HEX #880C36 Burgundy

📋 copy color: '#880C36'

red 136 ◦ green 12 ◦ blue 54

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

Shades of Burgundy #880C36

Tints of Burgundy #880C36

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.94%

 BLUE value IS 54 (21.48% from 255) = 26.73%

R = 67.33%
G = 5.94%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#880C36 (or 0x880C36) is known color: Burgundy. HEX triplet: 88, 0C and 36. RGB value is (136,12,54). Sum of RGB (Red+Green+Blue) = 136+12+54=202 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.33% from 202); Green value is 12 (5.08% from 255 or 5.94% from 202); Blue value is 54 (21.48% from 255 or 26.73% from 202); Max value from RGB is 136 - color contains mainly: red. Hex color #880C36 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880C36 is #77F3C9. Grayscale: #353535. Windows color (decimal): -7861194 or 3542152. OLE color: 3542152.

HSL color Cylindrical-coordinate representation of color #880C36: hue angle of 339.68º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #880C36 is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 12 54 -
CMYK 0 0.91 0.60 0.47
HSL 339.68º 0.84% 0.29% -
HSV(B) 339.68º 0.91% 0.53% -
XYZ 10.95 5.76 4.03 -
YUV 53.86 128.08 186.58 -
System Red Green Blue C M Y K H S L
Decimal 136 12 54 0 0.91 0.60 0.47 339.68 0.84 0.29
Hex 88 C 36 0 5B 3C 2F 154 54 1D
Octal 210 14 66 0 133 74 57 524 124 35
Binary 10001000 1100 110110 0 1011011 111100 101111 101010100 1010100 11101

Color Harmonies of #880C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880C36

Black with #880C36

Text Example


Text Example

White with #880C36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,12,54); }

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

background-color css

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

 a { background-color: rgb(136,12,54); }

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

border-color css

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

 span { border-color: rgb(136,12,54); }

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