Html Css Color HEX #8C3350 Disco

📋 copy color: '#8C3350'

red 140 ◦ green 51 ◦ blue 80

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

Shades of Disco #8C3350

Tints of Disco #8C3350

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.82%

 BLUE value IS 80 (31.64% from 255) = 29.52%

R = 51.66%
G = 18.82%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.43

 K value IS 0.45

RGB Variations

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

Color information

#8C3350 (or 0x8C3350) is known color: Disco. HEX triplet: 8C, 33 and 50. RGB value is (140,51,80). Sum of RGB (Red+Green+Blue) = 140+51+80=271 (35% of max value = 765). Red value is 140 (55.08% from 255 or 51.66% from 271); Green value is 51 (20.31% from 255 or 18.82% from 271); Blue value is 80 (31.64% from 255 or 29.52% from 271); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3350 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3350 is #73CCAF. Grayscale: #505050. Windows color (decimal): -7589040 or 5256076. OLE color: 5256076.

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

Color convert

RGB 140 51 80 -
CMYK 0 0.64 0.43 0.45
HSL 340.45º 0.47% 0.37% -
HSV(B) 340.45º 0.64% 0.55% -
XYZ 13.45 8.52 8.53 -
YUV 80.92 127.49 170.14 -
System Red Green Blue C M Y K H S L
Decimal 140 51 80 0 0.64 0.43 0.45 340.45 0.47 0.37
Hex 8C 33 50 0 40 2B 2D 154 2F 25
Octal 214 63 120 0 100 53 55 524 57 45
Binary 10001100 110011 1010000 0 1000000 101011 101101 101010100 101111 100101

Color Harmonies of #8C3350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3350

Black with #8C3350

Text Example


Text Example

White with #8C3350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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