Html Css Color HEX #8E254D Disco

📋 copy color: '#8E254D'

red 142 ◦ green 37 ◦ blue 77

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

Shades of Disco #8E254D

Tints of Disco #8E254D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.45%

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

R = 55.47%
G = 14.45%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.46

 K value IS 0.44

RGB Variations

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

Color information

#8E254D (or 0x8E254D) is known color: Disco. HEX triplet: 8E, 25 and 4D. RGB value is (142,37,77). Sum of RGB (Red+Green+Blue) = 142+37+77=256 (33% of max value = 765). Red value is 142 (55.86% from 255 or 55.47% from 256); Green value is 37 (14.84% from 255 or 14.45% from 256); Blue value is 77 (30.47% from 255 or 30.08% from 256); Max value from RGB is 142 - color contains mainly: red. Hex color #8E254D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E254D is #71DAB2. Grayscale: #484848. Windows color (decimal): -7461555 or 5055886. OLE color: 5055886.

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

Color convert

RGB 142 37 77 -
CMYK 0 0.74 0.46 0.44
HSL 337.14º 0.59% 0.35% -
HSV(B) 337.14º 0.74% 0.56% -
XYZ 13.16 7.61 7.8 -
YUV 72.96 130.29 177.25 -
System Red Green Blue C M Y K H S L
Decimal 142 37 77 0 0.74 0.46 0.44 337.14 0.59 0.35
Hex 8E 25 4D 0 4A 2E 2C 151 3B 23
Octal 216 45 115 0 112 56 54 521 73 43
Binary 10001110 100101 1001101 0 1001010 101110 101100 101010001 111011 100011

Color Harmonies of #8E254D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E254D

Black with #8E254D

Text Example


Text Example

White with #8E254D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,37,77); }

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

background-color css

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

 a { background-color: rgb(142,37,77); }

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

border-color css

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

 span { border-color: rgb(142,37,77); }

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