Html Css Color HEX #880C2A Burgundy

📋 copy color: '#880C2A'

red 136 ◦ green 12 ◦ blue 42

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

Shades of Burgundy #880C2A

Tints of Burgundy #880C2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 22.11%

R = 71.58%
G = 6.32%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#880C2A (or 0x880C2A) is known color: Burgundy. HEX triplet: 88, 0C and 2A. RGB value is (136,12,42). Sum of RGB (Red+Green+Blue) = 136+12+42=190 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.58% from 190); Green value is 12 (5.08% from 255 or 6.32% from 190); Blue value is 42 (16.80% from 255 or 22.11% from 190); Max value from RGB is 136 - color contains mainly: red. Hex color #880C2A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880C2A is #77F3D5. Grayscale: #343434. Windows color (decimal): -7861206 or 2755720. OLE color: 2755720.

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

Color convert

RGB 136 12 42 -
CMYK 0 0.91 0.69 0.47
HSL 345.48º 0.84% 0.29% -
HSV(B) 345.48º 0.91% 0.53% -
XYZ 10.7 5.66 2.72 -
YUV 52.5 122.08 187.56 -
System Red Green Blue C M Y K H S L
Decimal 136 12 42 0 0.91 0.69 0.47 345.48 0.84 0.29
Hex 88 C 2A 0 5B 45 2F 159 54 1D
Octal 210 14 52 0 133 105 57 531 124 35
Binary 10001000 1100 101010 0 1011011 1000101 101111 101011001 1010100 11101

Color Harmonies of #880C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880C2A

Black with #880C2A

Text Example


Text Example

White with #880C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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