Html Css Color HEX #8C0339 Burgundy

📋 copy color: '#8C0339'

red 140 ◦ green 3 ◦ blue 57

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

Shades of Burgundy #8C0339

Tints of Burgundy #8C0339

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.5%

 BLUE value IS 57 (22.66% from 255) = 28.5%

R = 70%
G = 1.5%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.59

 K value IS 0.45

RGB Variations

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

Color information

#8C0339 (or 0x8C0339) is known color: Burgundy. HEX triplet: 8C, 03 and 39. RGB value is (140,3,57). Sum of RGB (Red+Green+Blue) = 140+3+57=200 (26% of max value = 765). Red value is 140 (55.08% from 255 or 70% from 200); Green value is 3 (1.56% from 255 or 1.5% from 200); Blue value is 57 (22.66% from 255 or 28.5% from 200); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0339 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0339 is #73FCC6. Grayscale: #323232. Windows color (decimal): -7601351 or 3736460. OLE color: 3736460.

HSL color Cylindrical-coordinate representation of color #8C0339: hue angle of 336.35º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8C0339 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 3 57 -
CMYK 0 0.98 0.59 0.45
HSL 336.35º 0.96% 0.28% -
HSV(B) 336.35º 0.98% 0.55% -
XYZ 11.59 5.94 4.41 -
YUV 50.12 131.89 192.11 -
System Red Green Blue C M Y K H S L
Decimal 140 3 57 0 0.98 0.59 0.45 336.35 0.96 0.28
Hex 8C 3 39 0 62 3B 2D 150 60 1C
Octal 214 3 71 0 142 73 55 520 140 34
Binary 10001100 11 111001 0 1100010 111011 101101 101010000 1100000 11100

Color Harmonies of #8C0339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0339

Black with #8C0339

Text Example


Text Example

White with #8C0339

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,3,57); }

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

background-color css

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

 a { background-color: rgb(140,3,57); }

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

border-color css

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

 span { border-color: rgb(140,3,57); }

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