Html Css Color HEX #8E2D41 Shiraz

📋 copy color: '#8E2D41'

red 142 ◦ green 45 ◦ blue 65

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

Shades of Shiraz #8E2D41

Tints of Shiraz #8E2D41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 25.79%

R = 56.35%
G = 17.86%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.54

 K value IS 0.44

RGB Variations

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

Color information

#8E2D41 (or 0x8E2D41) is known color: Shiraz. HEX triplet: 8E, 2D and 41. RGB value is (142,45,65). Sum of RGB (Red+Green+Blue) = 142+45+65=252 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.35% from 252); Green value is 45 (17.97% from 255 or 17.86% from 252); Blue value is 65 (25.78% from 255 or 25.79% from 252); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2D41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2D41 is #71D2BE. Grayscale: #4C4C4C. Windows color (decimal): -7459519 or 4271502. OLE color: 4271502.

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

Color convert

RGB 142 45 65 -
CMYK 0 0.68 0.54 0.44
HSL 347.63º 0.52% 0.37% -
HSV(B) 347.63º 0.68% 0.56% -
XYZ 13.05 8.01 5.86 -
YUV 76.28 121.64 174.87 -
System Red Green Blue C M Y K H S L
Decimal 142 45 65 0 0.68 0.54 0.44 347.63 0.52 0.37
Hex 8E 2D 41 0 44 36 2C 15C 34 25
Octal 216 55 101 0 104 66 54 534 64 45
Binary 10001110 101101 1000001 0 1000100 110110 101100 101011100 110100 100101

Color Harmonies of #8E2D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2D41

Black with #8E2D41

Text Example


Text Example

White with #8E2D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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