Html Css Color HEX #8C193A Shiraz

📋 copy color: '#8C193A'

red 140 ◦ green 25 ◦ blue 58

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

Shades of Shiraz #8C193A

Tints of Shiraz #8C193A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.21%

 BLUE value IS 58 (23.05% from 255) = 26.01%

R = 62.78%
G = 11.21%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.59

 K value IS 0.45

RGB Variations

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

Color information

#8C193A (or 0x8C193A) is known color: Shiraz. HEX triplet: 8C, 19 and 3A. RGB value is (140,25,58). Sum of RGB (Red+Green+Blue) = 140+25+58=223 (29% of max value = 765). Red value is 140 (55.08% from 255 or 62.78% from 223); Green value is 25 (10.16% from 255 or 11.21% from 223); Blue value is 58 (23.05% from 255 or 26.01% from 223); Max value from RGB is 140 - color contains mainly: red. Hex color #8C193A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C193A is #73E6C5. Grayscale: #3F3F3F. Windows color (decimal): -7595718 or 3807628. OLE color: 3807628.

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

Color convert

RGB 140 25 58 -
CMYK 0 0.82 0.59 0.45
HSL 342.78º 0.7% 0.32% -
HSV(B) 342.78º 0.82% 0.55% -
XYZ 11.93 6.58 4.64 -
YUV 63.15 125.1 182.82 -
System Red Green Blue C M Y K H S L
Decimal 140 25 58 0 0.82 0.59 0.45 342.78 0.7 0.32
Hex 8C 19 3A 0 52 3B 2D 157 46 20
Octal 214 31 72 0 122 73 55 527 106 40
Binary 10001100 11001 111010 0 1010010 111011 101101 101010111 1000110 100000

Color Harmonies of #8C193A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C193A

Black with #8C193A

Text Example


Text Example

White with #8C193A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,25,58); }

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

background-color css

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

 a { background-color: rgb(140,25,58); }

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

border-color css

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

 span { border-color: rgb(140,25,58); }

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