Html Css Color HEX #8E2538 Shiraz

📋 copy color: '#8E2538'

red 142 ◦ green 37 ◦ blue 56

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

Shades of Shiraz #8E2538

Tints of Shiraz #8E2538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 23.83%

R = 60.43%
G = 15.74%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.61

 K value IS 0.44

RGB Variations

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

Color information

#8E2538 (or 0x8E2538) is known color: Shiraz. HEX triplet: 8E, 25 and 38. RGB value is (142,37,56). Sum of RGB (Red+Green+Blue) = 142+37+56=235 (31% of max value = 765). Red value is 142 (55.86% from 255 or 60.43% from 235); Green value is 37 (14.84% from 255 or 15.74% from 235); Blue value is 56 (22.27% from 255 or 23.83% from 235); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2538 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2538 is #71DAC7. Grayscale: #464646. Windows color (decimal): -7461576 or 3679630. OLE color: 3679630.

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

Color convert

RGB 142 37 56 -
CMYK 0 0.74 0.61 0.44
HSL 349.14º 0.59% 0.35% -
HSV(B) 349.14º 0.74% 0.56% -
XYZ 12.53 7.36 4.5 -
YUV 70.56 119.79 178.96 -
System Red Green Blue C M Y K H S L
Decimal 142 37 56 0 0.74 0.61 0.44 349.14 0.59 0.35
Hex 8E 25 38 0 4A 3D 2C 15D 3B 23
Octal 216 45 70 0 112 75 54 535 73 43
Binary 10001110 100101 111000 0 1001010 111101 101100 101011101 111011 100011

Color Harmonies of #8E2538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2538

Black with #8E2538

Text Example


Text Example

White with #8E2538

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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