Html Css Color HEX #8F3B53 Disco

📋 copy color: '#8F3B53'

red 143 ◦ green 59 ◦ blue 83

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

Shades of Disco #8F3B53

Tints of Disco #8F3B53

RGB

 RED value IS 143 (56.25% from 255) = 50.18%

 GREEN value IS 59 (23.44% from 255) = 20.7%

 BLUE value IS 83 (32.81% from 255) = 29.12%

R = 50.18%
G = 20.7%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.42

 K value IS 0.44

RGB Variations

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

Color information

#8F3B53 (or 0x8F3B53) is known color: Disco. HEX triplet: 8F, 3B and 53. RGB value is (143,59,83). Sum of RGB (Red+Green+Blue) = 143+59+83=285 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.18% from 285); Green value is 59 (23.44% from 255 or 20.70% from 285); Blue value is 83 (32.81% from 255 or 29.12% from 285); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3B53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F3B53 is #70C4AC. Grayscale: #565656. Windows color (decimal): -7390381 or 5454735. OLE color: 5454735.

HSL color Cylindrical-coordinate representation of color #8F3B53: hue angle of 342.86º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8F3B53 is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 59 83 -
CMYK 0 0.59 0.42 0.44
HSL 342.86º 0.42% 0.4% -
HSV(B) 342.86º 0.59% 0.56% -
XYZ 14.45 9.59 9.27 -
YUV 86.85 125.83 168.05 -
System Red Green Blue C M Y K H S L
Decimal 143 59 83 0 0.59 0.42 0.44 342.86 0.42 0.4
Hex 8F 3B 53 0 3B 2A 2C 157 2A 28
Octal 217 73 123 0 73 52 54 527 52 50
Binary 10001111 111011 1010011 0 111011 101010 101100 101010111 101010 101000

Color Harmonies of #8F3B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F3B53

Black with #8F3B53

Text Example


Text Example

White with #8F3B53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,59,83); }

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

background-color css

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

 a { background-color: rgb(143,59,83); }

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

border-color css

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

 span { border-color: rgb(143,59,83); }

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