Html Css Color HEX #8C0740 Burgundy

📋 copy color: '#8C0740'

red 140 ◦ green 7 ◦ blue 64

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

Shades of Burgundy #8C0740

Tints of Burgundy #8C0740

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.32%

 BLUE value IS 64 (25.39% from 255) = 30.33%

R = 66.35%
G = 3.32%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.54

 K value IS 0.45

RGB Variations

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

Color information

#8C0740 (or 0x8C0740) is known color: Burgundy. HEX triplet: 8C, 07 and 40. RGB value is (140,7,64). Sum of RGB (Red+Green+Blue) = 140+7+64=211 (27% of max value = 765). Red value is 140 (55.08% from 255 or 66.35% from 211); Green value is 7 (3.12% from 255 or 3.32% from 211); Blue value is 64 (25.39% from 255 or 30.33% from 211); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0740 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0740 is #73F8BF. Grayscale: #353535. Windows color (decimal): -7600320 or 4196236. OLE color: 4196236.

HSL color Cylindrical-coordinate representation of color #8C0740: hue angle of 334.29º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8C0740 is Cyan = 0, Magento = 0.95, Yellow = 0.54 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 7 64 -
CMYK 0 0.95 0.54 0.45
HSL 334.29º 0.9% 0.29% -
HSV(B) 334.29º 0.95% 0.55% -
XYZ 11.82 6.1 5.4 -
YUV 53.27 134.06 189.87 -
System Red Green Blue C M Y K H S L
Decimal 140 7 64 0 0.95 0.54 0.45 334.29 0.9 0.29
Hex 8C 7 40 0 5F 36 2D 14E 5A 1D
Octal 214 7 100 0 137 66 55 516 132 35
Binary 10001100 111 1000000 0 1011111 110110 101101 101001110 1011010 11101

Color Harmonies of #8C0740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0740

Black with #8C0740

Text Example


Text Example

White with #8C0740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,7,64); }

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

background-color css

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

 a { background-color: rgb(140,7,64); }

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

border-color css

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

 span { border-color: rgb(140,7,64); }

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