Html Css Color HEX #8C0C29 Burgundy

📋 copy color: '#8C0C29'

red 140 ◦ green 12 ◦ blue 41

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

Shades of Burgundy #8C0C29

Tints of Burgundy #8C0C29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 21.24%

R = 72.54%
G = 6.22%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.71

 K value IS 0.45

RGB Variations

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

Color information

#8C0C29 (or 0x8C0C29) is known color: Burgundy. HEX triplet: 8C, 0C and 29. RGB value is (140,12,41). Sum of RGB (Red+Green+Blue) = 140+12+41=193 (25% of max value = 765). Red value is 140 (55.08% from 255 or 72.54% from 193); Green value is 12 (5.08% from 255 or 6.22% from 193); Blue value is 41 (16.41% from 255 or 21.24% from 193); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0C29 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0C29 is #73F3D6. Grayscale: #353535. Windows color (decimal): -7599063 or 2690188. OLE color: 2690188.

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

Color convert

RGB 140 12 41 -
CMYK 0 0.91 0.71 0.45
HSL 346.41º 0.84% 0.3% -
HSV(B) 346.41º 0.91% 0.55% -
XYZ 11.35 6 2.66 -
YUV 53.58 120.91 189.64 -
System Red Green Blue C M Y K H S L
Decimal 140 12 41 0 0.91 0.71 0.45 346.41 0.84 0.3
Hex 8C C 29 0 5B 47 2D 15A 54 1E
Octal 214 14 51 0 133 107 55 532 124 36
Binary 10001100 1100 101001 0 1011011 1000111 101101 101011010 1010100 11110

Color Harmonies of #8C0C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0C29

Black with #8C0C29

Text Example


Text Example

White with #8C0C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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