Html Css Color HEX #880C1B Burgundy

📋 copy color: '#880C1B'

red 136 ◦ green 12 ◦ blue 27

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

Shades of Burgundy #880C1B

Tints of Burgundy #880C1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 15.43%

R = 77.71%
G = 6.86%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.47

RGB Variations

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

Color information

#880C1B (or 0x880C1B) is known color: Burgundy. HEX triplet: 88, 0C and 1B. RGB value is (136,12,27). Sum of RGB (Red+Green+Blue) = 136+12+27=175 (23% of max value = 765). Red value is 136 (53.52% from 255 or 77.71% from 175); Green value is 12 (5.08% from 255 or 6.86% from 175); Blue value is 27 (10.94% from 255 or 15.43% from 175); Max value from RGB is 136 - color contains mainly: red. Hex color #880C1B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880C1B is #77F3E4. Grayscale: #323232. Windows color (decimal): -7861221 or 1772680. OLE color: 1772680.

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

Color convert

RGB 136 12 27 -
CMYK 0 0.91 0.80 0.47
HSL 352.74º 0.84% 0.29% -
HSV(B) 352.74º 0.91% 0.53% -
XYZ 10.48 5.58 1.56 -
YUV 50.79 114.58 188.78 -
System Red Green Blue C M Y K H S L
Decimal 136 12 27 0 0.91 0.80 0.47 352.74 0.84 0.29
Hex 88 C 1B 0 5B 50 2F 161 54 1D
Octal 210 14 33 0 133 120 57 541 124 35
Binary 10001000 1100 11011 0 1011011 1010000 101111 101100001 1010100 11101

Color Harmonies of #880C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880C1B

Black with #880C1B

Text Example


Text Example

White with #880C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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