Html Css Color HEX #8E1A30 Shiraz

📋 copy color: '#8E1A30'

red 142 ◦ green 26 ◦ blue 48

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

Shades of Shiraz #8E1A30

Tints of Shiraz #8E1A30

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.04%

 BLUE value IS 48 (19.14% from 255) = 22.22%

R = 65.74%
G = 12.04%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.44

RGB Variations

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

Color information

#8E1A30 (or 0x8E1A30) is known color: Shiraz. HEX triplet: 8E, 1A and 30. RGB value is (142,26,48). Sum of RGB (Red+Green+Blue) = 142+26+48=216 (28% of max value = 765). Red value is 142 (55.86% from 255 or 65.74% from 216); Green value is 26 (10.55% from 255 or 12.04% from 216); Blue value is 48 (19.14% from 255 or 22.22% from 216); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E1A30 is #71E5CF. Grayscale: #3F3F3F. Windows color (decimal): -7464400 or 3152526. OLE color: 3152526.

HSL color Cylindrical-coordinate representation of color #8E1A30: hue angle of 348.62º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8E1A30 is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 26 48 -
CMYK 0 0.82 0.66 0.44
HSL 348.62º 0.69% 0.33% -
HSV(B) 348.62º 0.82% 0.56% -
XYZ 12.06 6.7 3.45 -
YUV 63.19 119.43 184.21 -
System Red Green Blue C M Y K H S L
Decimal 142 26 48 0 0.82 0.66 0.44 348.62 0.69 0.33
Hex 8E 1A 30 0 52 42 2C 15D 45 21
Octal 216 32 60 0 122 102 54 535 105 41
Binary 10001110 11010 110000 0 1010010 1000010 101100 101011101 1000101 100001

Color Harmonies of #8E1A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1A30

Black with #8E1A30

Text Example


Text Example

White with #8E1A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,26,48); }

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

background-color css

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

 a { background-color: rgb(142,26,48); }

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

border-color css

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

 span { border-color: rgb(142,26,48); }

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