Html Css Color HEX #8C1349 Disco

📋 copy color: '#8C1349'

red 140 ◦ green 19 ◦ blue 73

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

Shades of Disco #8C1349

Tints of Disco #8C1349

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.19%

 BLUE value IS 73 (28.91% from 255) = 31.47%

R = 60.34%
G = 8.19%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.48

 K value IS 0.45

RGB Variations

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

Color information

#8C1349 (or 0x8C1349) is known color: Disco. HEX triplet: 8C, 13 and 49. RGB value is (140,19,73). Sum of RGB (Red+Green+Blue) = 140+19+73=232 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.34% from 232); Green value is 19 (7.81% from 255 or 8.19% from 232); Blue value is 73 (28.91% from 255 or 31.47% from 232); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1349 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C1349 is #73ECB6. Grayscale: #3D3D3D. Windows color (decimal): -7597239 or 4789132. OLE color: 4789132.

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

Color convert

RGB 140 19 73 -
CMYK 0 0.86 0.48 0.45
HSL 333.22º 0.76% 0.31% -
HSV(B) 333.22º 0.86% 0.55% -
XYZ 12.25 6.52 6.92 -
YUV 61.34 134.59 184.11 -
System Red Green Blue C M Y K H S L
Decimal 140 19 73 0 0.86 0.48 0.45 333.22 0.76 0.31
Hex 8C 13 49 0 56 30 2D 14D 4C 1F
Octal 214 23 111 0 126 60 55 515 114 37
Binary 10001100 10011 1001001 0 1010110 110000 101101 101001101 1001100 11111

Color Harmonies of #8C1349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1349

Black with #8C1349

Text Example


Text Example

White with #8C1349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,19,73); }

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

background-color css

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

 a { background-color: rgb(140,19,73); }

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

border-color css

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

 span { border-color: rgb(140,19,73); }

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