Html Css Color HEX #880C34 Burgundy

📋 copy color: '#880C34'

red 136 ◦ green 12 ◦ blue 52

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

Shades of Burgundy #880C34

Tints of Burgundy #880C34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 26%

R = 68%
G = 6%
B = 26%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#880C34 (or 0x880C34) is known color: Burgundy. HEX triplet: 88, 0C and 34. RGB value is (136,12,52). Sum of RGB (Red+Green+Blue) = 136+12+52=200 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68% from 200); Green value is 12 (5.08% from 255 or 6% from 200); Blue value is 52 (20.70% from 255 or 26% from 200); Max value from RGB is 136 - color contains mainly: red. Hex color #880C34 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880C34 is #77F3CB. Grayscale: #353535. Windows color (decimal): -7861196 or 3411080. OLE color: 3411080.

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

Color convert

RGB 136 12 52 -
CMYK 0 0.91 0.62 0.47
HSL 340.65º 0.84% 0.29% -
HSV(B) 340.65º 0.91% 0.53% -
XYZ 10.9 5.75 3.78 -
YUV 53.64 127.08 186.75 -
System Red Green Blue C M Y K H S L
Decimal 136 12 52 0 0.91 0.62 0.47 340.65 0.84 0.29
Hex 88 C 34 0 5B 3E 2F 155 54 1D
Octal 210 14 64 0 133 76 57 525 124 35
Binary 10001000 1100 110100 0 1011011 111110 101111 101010101 1010100 11101

Color Harmonies of #880C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880C34

Black with #880C34

Text Example


Text Example

White with #880C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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