Html Css Color HEX #8E2234 Shiraz

📋 copy color: '#8E2234'

red 142 ◦ green 34 ◦ blue 52

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

Shades of Shiraz #8E2234

Tints of Shiraz #8E2234

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.91%

 BLUE value IS 52 (20.7% from 255) = 22.81%

R = 62.28%
G = 14.91%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.63

 K value IS 0.44

RGB Variations

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

Color information

#8E2234 (or 0x8E2234) is known color: Shiraz. HEX triplet: 8E, 22 and 34. RGB value is (142,34,52). Sum of RGB (Red+Green+Blue) = 142+34+52=228 (30% of max value = 765). Red value is 142 (55.86% from 255 or 62.28% from 228); Green value is 34 (13.67% from 255 or 14.91% from 228); Blue value is 52 (20.70% from 255 or 22.81% from 228); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2234 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2234 is #71DDCB. Grayscale: #444444. Windows color (decimal): -7462348 or 3416718. OLE color: 3416718.

HSL color Cylindrical-coordinate representation of color #8E2234: hue angle of 350º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8E2234 is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 34 52 -
CMYK 0 0.76 0.63 0.44
HSL 350º 0.61% 0.35% -
HSV(B) 350º 0.76% 0.56% -
XYZ 12.35 7.14 3.98 -
YUV 68.34 118.78 180.54 -
System Red Green Blue C M Y K H S L
Decimal 142 34 52 0 0.76 0.63 0.44 350 0.61 0.35
Hex 8E 22 34 0 4C 3F 2C 15E 3D 23
Octal 216 42 64 0 114 77 54 536 75 43
Binary 10001110 100010 110100 0 1001100 111111 101100 101011110 111101 100011

Color Harmonies of #8E2234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2234

Black with #8E2234

Text Example


Text Example

White with #8E2234

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,34,52); }

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

background-color css

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

 a { background-color: rgb(142,34,52); }

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

border-color css

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

 span { border-color: rgb(142,34,52); }

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