Html Css Color HEX #8E2539 Shiraz

📋 copy color: '#8E2539'

red 142 ◦ green 37 ◦ blue 57

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

Shades of Shiraz #8E2539

Tints of Shiraz #8E2539

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 24.15%

R = 60.17%
G = 15.68%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.60

 K value IS 0.44

RGB Variations

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

Color information

#8E2539 (or 0x8E2539) is known color: Shiraz. HEX triplet: 8E, 25 and 39. RGB value is (142,37,57). Sum of RGB (Red+Green+Blue) = 142+37+57=236 (31% of max value = 765). Red value is 142 (55.86% from 255 or 60.17% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 57 (22.66% from 255 or 24.15% from 236); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2539 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2539 is #71DAC6. Grayscale: #464646. Windows color (decimal): -7461575 or 3745166. OLE color: 3745166.

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

Color convert

RGB 142 37 57 -
CMYK 0 0.74 0.60 0.44
HSL 348.57º 0.59% 0.35% -
HSV(B) 348.57º 0.74% 0.56% -
XYZ 12.56 7.37 4.63 -
YUV 70.68 120.29 178.87 -
System Red Green Blue C M Y K H S L
Decimal 142 37 57 0 0.74 0.60 0.44 348.57 0.59 0.35
Hex 8E 25 39 0 4A 3C 2C 15D 3B 23
Octal 216 45 71 0 112 74 54 535 73 43
Binary 10001110 100101 111001 0 1001010 111100 101100 101011101 111011 100011

Color Harmonies of #8E2539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2539

Black with #8E2539

Text Example


Text Example

White with #8E2539

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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