Html Css Color HEX #8C0C33 Burgundy

📋 copy color: '#8C0C33'

red 140 ◦ green 12 ◦ blue 51

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

Shades of Burgundy #8C0C33

Tints of Burgundy #8C0C33

RGB

 RED value IS 140 (55.08% from 255) = 68.97%

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

 BLUE value IS 51 (20.31% from 255) = 25.12%

R = 68.97%
G = 5.91%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.64

 K value IS 0.45

RGB Variations

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

Color information

#8C0C33 (or 0x8C0C33) is known color: Burgundy. HEX triplet: 8C, 0C and 33. RGB value is (140,12,51). Sum of RGB (Red+Green+Blue) = 140+12+51=203 (26% of max value = 765). Red value is 140 (55.08% from 255 or 68.97% from 203); Green value is 12 (5.08% from 255 or 5.91% from 203); Blue value is 51 (20.31% from 255 or 25.12% from 203); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0C33 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0C33 is #73F3CC. Grayscale: #363636. Windows color (decimal): -7599053 or 3345548. OLE color: 3345548.

HSL color Cylindrical-coordinate representation of color #8C0C33: hue angle of 341.72º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8C0C33 is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 12 51 -
CMYK 0 0.91 0.64 0.45
HSL 341.72º 0.84% 0.3% -
HSV(B) 341.72º 0.91% 0.55% -
XYZ 11.54 6.08 3.7 -
YUV 54.72 125.91 188.83 -
System Red Green Blue C M Y K H S L
Decimal 140 12 51 0 0.91 0.64 0.45 341.72 0.84 0.3
Hex 8C C 33 0 5B 40 2D 156 54 1E
Octal 214 14 63 0 133 100 55 526 124 36
Binary 10001100 1100 110011 0 1011011 1000000 101101 101010110 1010100 11110

Color Harmonies of #8C0C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0C33

Black with #8C0C33

Text Example


Text Example

White with #8C0C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C0C33; }

 p { color: rgb(140,12,51); }

 H1.HeaderClassName
 {
   color: #8C0C33;
 }
 .AnyTagClassName
 {
   color: #8C0C33;
 }
</style>

background-color css

<style>
 a { background-color: #8C0C33; }

 a { background-color: rgb(140,12,51); }

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

border-color css

<style>
 span { border-color: #8C0C33; }

 span { border-color: rgb(140,12,51); }

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