Html Css Color HEX #8E253E Shiraz

📋 copy color: '#8E253E'

red 142 ◦ green 37 ◦ blue 62

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

Shades of Shiraz #8E253E

Tints of Shiraz #8E253E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 25.73%

R = 58.92%
G = 15.35%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.56

 K value IS 0.44

RGB Variations

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

Color information

#8E253E (or 0x8E253E) is known color: Shiraz. HEX triplet: 8E, 25 and 3E. RGB value is (142,37,62). Sum of RGB (Red+Green+Blue) = 142+37+62=241 (31% of max value = 765). Red value is 142 (55.86% from 255 or 58.92% from 241); Green value is 37 (14.84% from 255 or 15.35% from 241); Blue value is 62 (24.61% from 255 or 25.73% from 241); Max value from RGB is 142 - color contains mainly: red. Hex color #8E253E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E253E is #71DAC1. Grayscale: #474747. Windows color (decimal): -7461570 or 4072846. OLE color: 4072846.

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

Color convert

RGB 142 37 62 -
CMYK 0 0.74 0.56 0.44
HSL 345.71º 0.59% 0.35% -
HSV(B) 345.71º 0.74% 0.56% -
XYZ 12.69 7.42 5.32 -
YUV 71.25 122.79 178.47 -
System Red Green Blue C M Y K H S L
Decimal 142 37 62 0 0.74 0.56 0.44 345.71 0.59 0.35
Hex 8E 25 3E 0 4A 38 2C 15A 3B 23
Octal 216 45 76 0 112 70 54 532 73 43
Binary 10001110 100101 111110 0 1001010 111000 101100 101011010 111011 100011

Color Harmonies of #8E253E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E253E

Black with #8E253E

Text Example


Text Example

White with #8E253E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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