Html Css Color HEX #880C28 Burgundy

📋 copy color: '#880C28'

red 136 ◦ green 12 ◦ blue 40

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

Shades of Burgundy #880C28

Tints of Burgundy #880C28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 21.28%

R = 72.34%
G = 6.38%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.71

 K value IS 0.47

RGB Variations

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

Color information

#880C28 (or 0x880C28) is known color: Burgundy. HEX triplet: 88, 0C and 28. RGB value is (136,12,40). Sum of RGB (Red+Green+Blue) = 136+12+40=188 (24% of max value = 765). Red value is 136 (53.52% from 255 or 72.34% from 188); Green value is 12 (5.08% from 255 or 6.38% from 188); Blue value is 40 (16.02% from 255 or 21.28% from 188); Max value from RGB is 136 - color contains mainly: red. Hex color #880C28 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880C28 is #77F3D7. Grayscale: #343434. Windows color (decimal): -7861208 or 2624648. OLE color: 2624648.

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

Color convert

RGB 136 12 40 -
CMYK 0 0.91 0.71 0.47
HSL 346.45º 0.84% 0.29% -
HSV(B) 346.45º 0.91% 0.53% -
XYZ 10.67 5.65 2.54 -
YUV 52.27 121.08 187.72 -
System Red Green Blue C M Y K H S L
Decimal 136 12 40 0 0.91 0.71 0.47 346.45 0.84 0.29
Hex 88 C 28 0 5B 47 2F 15A 54 1D
Octal 210 14 50 0 133 107 57 532 124 35
Binary 10001000 1100 101000 0 1011011 1000111 101111 101011010 1010100 11101

Color Harmonies of #880C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880C28

Black with #880C28

Text Example


Text Example

White with #880C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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