Html Css Color HEX #8C293E Shiraz

📋 copy color: '#8C293E'

red 140 ◦ green 41 ◦ blue 62

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

Shades of Shiraz #8C293E

Tints of Shiraz #8C293E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.87%

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

R = 57.61%
G = 16.87%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.56

 K value IS 0.45

RGB Variations

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

Color information

#8C293E (or 0x8C293E) is known color: Shiraz. HEX triplet: 8C, 29 and 3E. RGB value is (140,41,62). Sum of RGB (Red+Green+Blue) = 140+41+62=243 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.61% from 243); Green value is 41 (16.41% from 255 or 16.87% from 243); Blue value is 62 (24.61% from 255 or 25.51% from 243); Max value from RGB is 140 - color contains mainly: red. Hex color #8C293E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C293E is #73D6C1. Grayscale: #494949. Windows color (decimal): -7591618 or 4073868. OLE color: 4073868.

HSL color Cylindrical-coordinate representation of color #8C293E: hue angle of 347.27º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8C293E is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 41 62 -
CMYK 0 0.71 0.56 0.45
HSL 347.27º 0.55% 0.35% -
HSV(B) 347.27º 0.71% 0.55% -
XYZ 12.48 7.51 5.35 -
YUV 73 121.8 175.79 -
System Red Green Blue C M Y K H S L
Decimal 140 41 62 0 0.71 0.56 0.45 347.27 0.55 0.35
Hex 8C 29 3E 0 47 38 2D 15B 37 23
Octal 214 51 76 0 107 70 55 533 67 43
Binary 10001100 101001 111110 0 1000111 111000 101101 101011011 110111 100011

Color Harmonies of #8C293E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C293E

Black with #8C293E

Text Example


Text Example

White with #8C293E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,41,62); }

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

background-color css

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

 a { background-color: rgb(140,41,62); }

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

border-color css

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

 span { border-color: rgb(140,41,62); }

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