Html Css Color HEX #8C193D Shiraz

📋 copy color: '#8C193D'

red 140 ◦ green 25 ◦ blue 61

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

Shades of Shiraz #8C193D

Tints of Shiraz #8C193D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 26.99%

R = 61.95%
G = 11.06%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.56

 K value IS 0.45

RGB Variations

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

Color information

#8C193D (or 0x8C193D) is known color: Shiraz. HEX triplet: 8C, 19 and 3D. RGB value is (140,25,61). Sum of RGB (Red+Green+Blue) = 140+25+61=226 (29% of max value = 765). Red value is 140 (55.08% from 255 or 61.95% from 226); Green value is 25 (10.16% from 255 or 11.06% from 226); Blue value is 61 (24.22% from 255 or 26.99% from 226); Max value from RGB is 140 - color contains mainly: red. Hex color #8C193D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C193D is #73E6C2. Grayscale: #3F3F3F. Windows color (decimal): -7595715 or 4004236. OLE color: 4004236.

HSL color Cylindrical-coordinate representation of color #8C193D: hue angle of 341.22º 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 #8C193D is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 25 61 -
CMYK 0 0.82 0.56 0.45
HSL 341.22º 0.7% 0.32% -
HSV(B) 341.22º 0.82% 0.55% -
XYZ 12.01 6.61 5.06 -
YUV 63.49 126.6 182.57 -
System Red Green Blue C M Y K H S L
Decimal 140 25 61 0 0.82 0.56 0.45 341.22 0.7 0.32
Hex 8C 19 3D 0 52 38 2D 155 46 20
Octal 214 31 75 0 122 70 55 525 106 40
Binary 10001100 11001 111101 0 1010010 111000 101101 101010101 1000110 100000

Color Harmonies of #8C193D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C193D

Black with #8C193D

Text Example


Text Example

White with #8C193D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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