Html Css Color HEX #880C1C Burgundy

📋 copy color: '#880C1C'

red 136 ◦ green 12 ◦ blue 28

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

Shades of Burgundy #880C1C

Tints of Burgundy #880C1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.91%

R = 77.27%
G = 6.82%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#880C1C (or 0x880C1C) is known color: Burgundy. HEX triplet: 88, 0C and 1C. RGB value is (136,12,28). Sum of RGB (Red+Green+Blue) = 136+12+28=176 (23% of max value = 765). Red value is 136 (53.52% from 255 or 77.27% from 176); Green value is 12 (5.08% from 255 or 6.82% from 176); Blue value is 28 (11.33% from 255 or 15.91% from 176); Max value from RGB is 136 - color contains mainly: red. Hex color #880C1C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880C1C is #77F3E3. Grayscale: #323232. Windows color (decimal): -7861220 or 1838216. OLE color: 1838216.

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

Color convert

RGB 136 12 28 -
CMYK 0 0.91 0.79 0.47
HSL 352.26º 0.84% 0.29% -
HSV(B) 352.26º 0.91% 0.53% -
XYZ 10.49 5.58 1.62 -
YUV 50.9 115.08 188.7 -
System Red Green Blue C M Y K H S L
Decimal 136 12 28 0 0.91 0.79 0.47 352.26 0.84 0.29
Hex 88 C 1C 0 5B 4F 2F 160 54 1D
Octal 210 14 34 0 133 117 57 540 124 35
Binary 10001000 1100 11100 0 1011011 1001111 101111 101100000 1010100 11101

Color Harmonies of #880C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880C1C

Black with #880C1C

Text Example


Text Example

White with #880C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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