Html Css Color HEX #8C1E39 Shiraz

📋 copy color: '#8C1E39'

red 140 ◦ green 30 ◦ blue 57

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

Shades of Shiraz #8C1E39

Tints of Shiraz #8C1E39

RGB

 RED value IS 140 (55.08% from 255) = 61.67%

 GREEN value IS 30 (12.11% from 255) = 13.22%

 BLUE value IS 57 (22.66% from 255) = 25.11%

R = 61.67%
G = 13.22%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.59

 K value IS 0.45

RGB Variations

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

Color information

#8C1E39 (or 0x8C1E39) is known color: Shiraz. HEX triplet: 8C, 1E and 39. RGB value is (140,30,57). Sum of RGB (Red+Green+Blue) = 140+30+57=227 (30% of max value = 765). Red value is 140 (55.08% from 255 or 61.67% from 227); Green value is 30 (12.11% from 255 or 13.22% from 227); Blue value is 57 (22.66% from 255 or 25.11% from 227); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1E39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C1E39 is #73E1C6. Grayscale: #414141. Windows color (decimal): -7594439 or 3743372. OLE color: 3743372.

HSL color Cylindrical-coordinate representation of color #8C1E39: hue angle of 345.27º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8C1E39 is Cyan = 0, Magento = 0.79, Yellow = 0.59 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 30 57 -
CMYK 0 0.79 0.59 0.45
HSL 345.27º 0.65% 0.33% -
HSV(B) 345.27º 0.79% 0.55% -
XYZ 12.02 6.8 4.55 -
YUV 65.97 122.94 180.8 -
System Red Green Blue C M Y K H S L
Decimal 140 30 57 0 0.79 0.59 0.45 345.27 0.65 0.33
Hex 8C 1E 39 0 4F 3B 2D 159 41 21
Octal 214 36 71 0 117 73 55 531 101 41
Binary 10001100 11110 111001 0 1001111 111011 101101 101011001 1000001 100001

Color Harmonies of #8C1E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1E39

Black with #8C1E39

Text Example


Text Example

White with #8C1E39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,30,57); }

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

background-color css

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

 a { background-color: rgb(140,30,57); }

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

border-color css

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

 span { border-color: rgb(140,30,57); }

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