Html Css Color HEX #8F304D Disco

📋 copy color: '#8F304D'

red 143 ◦ green 48 ◦ blue 77

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

Shades of Disco #8F304D

Tints of Disco #8F304D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.91%

 BLUE value IS 77 (30.47% from 255) = 28.73%

R = 53.36%
G = 17.91%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.46

 K value IS 0.44

RGB Variations

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

Color information

#8F304D (or 0x8F304D) is known color: Disco. HEX triplet: 8F, 30 and 4D. RGB value is (143,48,77). Sum of RGB (Red+Green+Blue) = 143+48+77=268 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.36% from 268); Green value is 48 (19.14% from 255 or 17.91% from 268); Blue value is 77 (30.47% from 255 or 28.73% from 268); Max value from RGB is 143 - color contains mainly: red. Hex color #8F304D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F304D is #70CFB2. Grayscale: #4F4F4F. Windows color (decimal): -7393203 or 5058703. OLE color: 5058703.

HSL color Cylindrical-coordinate representation of color #8F304D: hue angle of 341.68º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8F304D is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 48 77 -
CMYK 0 0.66 0.46 0.44
HSL 341.68º 0.5% 0.37% -
HSV(B) 341.68º 0.66% 0.56% -
XYZ 13.72 8.49 7.94 -
YUV 79.71 126.47 173.14 -
System Red Green Blue C M Y K H S L
Decimal 143 48 77 0 0.66 0.46 0.44 341.68 0.5 0.37
Hex 8F 30 4D 0 42 2E 2C 156 32 25
Octal 217 60 115 0 102 56 54 526 62 45
Binary 10001111 110000 1001101 0 1000010 101110 101100 101010110 110010 100101

Color Harmonies of #8F304D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F304D

Black with #8F304D

Text Example


Text Example

White with #8F304D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,48,77); }

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

background-color css

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

 a { background-color: rgb(143,48,77); }

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

border-color css

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

 span { border-color: rgb(143,48,77); }

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