Html Css Color HEX #8E2D40 Shiraz

📋 copy color: '#8E2D40'

red 142 ◦ green 45 ◦ blue 64

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

Shades of Shiraz #8E2D40

Tints of Shiraz #8E2D40

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.93%

 BLUE value IS 64 (25.39% from 255) = 25.5%

R = 56.57%
G = 17.93%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.55

 K value IS 0.44

RGB Variations

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

Color information

#8E2D40 (or 0x8E2D40) is known color: Shiraz. HEX triplet: 8E, 2D and 40. RGB value is (142,45,64). Sum of RGB (Red+Green+Blue) = 142+45+64=251 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.57% from 251); Green value is 45 (17.97% from 255 or 17.93% from 251); Blue value is 64 (25.39% from 255 or 25.50% from 251); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2D40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2D40 is #71D2BF. Grayscale: #4C4C4C. Windows color (decimal): -7459520 or 4205966. OLE color: 4205966.

HSL color Cylindrical-coordinate representation of color #8E2D40: hue angle of 348.25º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8E2D40 is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 45 64 -
CMYK 0 0.68 0.55 0.44
HSL 348.25º 0.52% 0.37% -
HSV(B) 348.25º 0.68% 0.56% -
XYZ 13.02 8 5.71 -
YUV 76.17 121.14 174.96 -
System Red Green Blue C M Y K H S L
Decimal 142 45 64 0 0.68 0.55 0.44 348.25 0.52 0.37
Hex 8E 2D 40 0 44 37 2C 15C 34 25
Octal 216 55 100 0 104 67 54 534 64 45
Binary 10001110 101101 1000000 0 1000100 110111 101100 101011100 110100 100101

Color Harmonies of #8E2D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2D40

Black with #8E2D40

Text Example


Text Example

White with #8E2D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,45,64); }

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

background-color css

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

 a { background-color: rgb(142,45,64); }

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

border-color css

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

 span { border-color: rgb(142,45,64); }

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