Html Css Color HEX #8C1033 Burgundy

📋 copy color: '#8C1033'

red 140 ◦ green 16 ◦ blue 51

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

Shades of Burgundy #8C1033

Tints of Burgundy #8C1033

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.73%

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

R = 67.63%
G = 7.73%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.64

 K value IS 0.45

RGB Variations

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

Color information

#8C1033 (or 0x8C1033) is known color: Burgundy. HEX triplet: 8C, 10 and 33. RGB value is (140,16,51). Sum of RGB (Red+Green+Blue) = 140+16+51=207 (27% of max value = 765). Red value is 140 (55.08% from 255 or 67.63% from 207); Green value is 16 (6.64% from 255 or 7.73% from 207); Blue value is 51 (20.31% from 255 or 24.64% from 207); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1033 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C1033 is #73EFCC. Grayscale: #393939. Windows color (decimal): -7598029 or 3346572. OLE color: 3346572.

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

Color convert

RGB 140 16 51 -
CMYK 0 0.89 0.64 0.45
HSL 343.06º 0.79% 0.31% -
HSV(B) 343.06º 0.89% 0.55% -
XYZ 11.6 6.19 3.71 -
YUV 57.07 124.58 187.15 -
System Red Green Blue C M Y K H S L
Decimal 140 16 51 0 0.89 0.64 0.45 343.06 0.79 0.31
Hex 8C 10 33 0 59 40 2D 157 4F 1F
Octal 214 20 63 0 131 100 55 527 117 37
Binary 10001100 10000 110011 0 1011001 1000000 101101 101010111 1001111 11111

Color Harmonies of #8C1033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1033

Black with #8C1033

Text Example


Text Example

White with #8C1033

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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