Html Css Color HEX #8E3251 Disco

📋 copy color: '#8E3251'

red 142 ◦ green 50 ◦ blue 81

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

Shades of Disco #8E3251

Tints of Disco #8E3251

RGB

 RED value IS 142 (55.86% from 255) = 52.01%

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

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

R = 52.01%
G = 18.32%
B = 29.67%

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

#8E3251 (or 0x8E3251) is known color: Disco. HEX triplet: 8E, 32 and 51. RGB value is (142,50,81). Sum of RGB (Red+Green+Blue) = 142+50+81=273 (36% of max value = 765). Red value is 142 (55.86% from 255 or 52.01% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 81 (32.03% from 255 or 29.67% from 273); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3251 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3251 is #71CDAE. Grayscale: #515151. Windows color (decimal): -7458223 or 5321358. OLE color: 5321358.

HSL color Cylindrical-coordinate representation of color #8E3251: hue angle of 339.78º 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 #8E3251 is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 50 81 -
CMYK 0 0.65 0.43 0.44
HSL 339.78º 0.48% 0.38% -
HSV(B) 339.78º 0.65% 0.56% -
XYZ 13.78 8.63 8.72 -
YUV 81.04 127.98 171.48 -
System Red Green Blue C M Y K H S L
Decimal 142 50 81 0 0.65 0.43 0.44 339.78 0.48 0.38
Hex 8E 32 51 0 41 2B 2C 154 30 26
Octal 216 62 121 0 101 53 54 524 60 46
Binary 10001110 110010 1010001 0 1000001 101011 101100 101010100 110000 100110

Color Harmonies of #8E3251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3251

Black with #8E3251

Text Example


Text Example

White with #8E3251

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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