Html Css Color HEX #8F3251 Disco

📋 copy color: '#8F3251'

red 143 ◦ green 50 ◦ blue 81

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

Shades of Disco #8F3251

Tints of Disco #8F3251

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.25%

 BLUE value IS 81 (32.03% from 255) = 29.56%

R = 52.19%
G = 18.25%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.43

 K value IS 0.44

RGB Variations

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

Color information

#8F3251 (or 0x8F3251) is known color: Disco. HEX triplet: 8F, 32 and 51. RGB value is (143,50,81). Sum of RGB (Red+Green+Blue) = 143+50+81=274 (36% of max value = 765). Red value is 143 (56.25% from 255 or 52.19% from 274); Green value is 50 (19.92% from 255 or 18.25% from 274); Blue value is 81 (32.03% from 255 or 29.56% from 274); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3251 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F3251 is #70CDAE. Grayscale: #515151. Windows color (decimal): -7392687 or 5321359. OLE color: 5321359.

HSL color Cylindrical-coordinate representation of color #8F3251: hue angle of 340º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8F3251 is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 50 81 -
CMYK 0 0.65 0.43 0.44
HSL 340º 0.48% 0.38% -
HSV(B) 340º 0.65% 0.56% -
XYZ 13.95 8.71 8.73 -
YUV 81.34 127.81 171.98 -
System Red Green Blue C M Y K H S L
Decimal 143 50 81 0 0.65 0.43 0.44 340 0.48 0.38
Hex 8F 32 51 0 41 2B 2C 154 30 26
Octal 217 62 121 0 101 53 54 524 60 46
Binary 10001111 110010 1010001 0 1000001 101011 101100 101010100 110000 100110

Color Harmonies of #8F3251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F3251

Black with #8F3251

Text Example


Text Example

White with #8F3251

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,50,81); }

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

background-color css

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

 a { background-color: rgb(143,50,81); }

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

border-color css

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

 span { border-color: rgb(143,50,81); }

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