Html Css Color HEX #880C3A Burgundy

📋 copy color: '#880C3A'

red 136 ◦ green 12 ◦ blue 58

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

Shades of Burgundy #880C3A

Tints of Burgundy #880C3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 28.16%

R = 66.02%
G = 5.83%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#880C3A (or 0x880C3A) is known color: Burgundy. HEX triplet: 88, 0C and 3A. RGB value is (136,12,58). Sum of RGB (Red+Green+Blue) = 136+12+58=206 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.02% from 206); Green value is 12 (5.08% from 255 or 5.83% from 206); Blue value is 58 (23.05% from 255 or 28.16% from 206); Max value from RGB is 136 - color contains mainly: red. Hex color #880C3A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880C3A is #77F3C5. Grayscale: #363636. Windows color (decimal): -7861190 or 3804296. OLE color: 3804296.

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

Color convert

RGB 136 12 58 -
CMYK 0 0.91 0.57 0.47
HSL 337.74º 0.84% 0.29% -
HSV(B) 337.74º 0.91% 0.53% -
XYZ 11.05 5.8 4.54 -
YUV 54.32 130.08 186.26 -
System Red Green Blue C M Y K H S L
Decimal 136 12 58 0 0.91 0.57 0.47 337.74 0.84 0.29
Hex 88 C 3A 0 5B 39 2F 152 54 1D
Octal 210 14 72 0 133 71 57 522 124 35
Binary 10001000 1100 111010 0 1011011 111001 101111 101010010 1010100 11101

Color Harmonies of #880C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880C3A

Black with #880C3A

Text Example


Text Example

White with #880C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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