Html Css Color HEX #880C2F Burgundy

📋 copy color: '#880C2F'

red 136 ◦ green 12 ◦ blue 47

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

Shades of Burgundy #880C2F

Tints of Burgundy #880C2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 24.1%

R = 69.74%
G = 6.15%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#880C2F (or 0x880C2F) is known color: Burgundy. HEX triplet: 88, 0C and 2F. RGB value is (136,12,47). Sum of RGB (Red+Green+Blue) = 136+12+47=195 (25% of max value = 765). Red value is 136 (53.52% from 255 or 69.74% from 195); Green value is 12 (5.08% from 255 or 6.15% from 195); Blue value is 47 (18.75% from 255 or 24.10% from 195); Max value from RGB is 136 - color contains mainly: red. Hex color #880C2F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880C2F is #77F3D0. Grayscale: #353535. Windows color (decimal): -7861201 or 3083400. OLE color: 3083400.

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

Color convert

RGB 136 12 47 -
CMYK 0 0.91 0.65 0.47
HSL 343.06º 0.84% 0.29% -
HSV(B) 343.06º 0.91% 0.53% -
XYZ 10.8 5.7 3.22 -
YUV 53.07 124.58 187.15 -
System Red Green Blue C M Y K H S L
Decimal 136 12 47 0 0.91 0.65 0.47 343.06 0.84 0.29
Hex 88 C 2F 0 5B 41 2F 157 54 1D
Octal 210 14 57 0 133 101 57 527 124 35
Binary 10001000 1100 101111 0 1011011 1000001 101111 101010111 1010100 11101

Color Harmonies of #880C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880C2F

Black with #880C2F

Text Example


Text Example

White with #880C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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