Html Css Color HEX #93143C Shiraz

📋 copy color: '#93143C'

red 147 ◦ green 20 ◦ blue 60

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

Shades of Shiraz #93143C

Tints of Shiraz #93143C

RGB

 RED value IS 147 (57.81% from 255) = 64.76%

 GREEN value IS 20 (8.2% from 255) = 8.81%

 BLUE value IS 60 (23.83% from 255) = 26.43%

R = 64.76%
G = 8.81%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.59

 K value IS 0.42

RGB Variations

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

Color information

#93143C (or 0x93143C) is known color: Shiraz. HEX triplet: 93, 14 and 3C. RGB value is (147,20,60). Sum of RGB (Red+Green+Blue) = 147+20+60=227 (30% of max value = 765). Red value is 147 (57.81% from 255 or 64.76% from 227); Green value is 20 (8.20% from 255 or 8.81% from 227); Blue value is 60 (23.83% from 255 or 26.43% from 227); Max value from RGB is 147 - color contains mainly: red. Hex color #93143C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93143C is #6CEBC3. Grayscale: #3E3E3E. Windows color (decimal): -7138244 or 3937427. OLE color: 3937427.

HSL color Cylindrical-coordinate representation of color #93143C: hue angle of 341.1º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #93143C is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 20 60 -
CMYK 0 0.86 0.59 0.42
HSL 341.1º 0.76% 0.33% -
HSV(B) 341.1º 0.86% 0.58% -
XYZ 13.1 7.03 4.94 -
YUV 62.53 126.58 188.25 -
System Red Green Blue C M Y K H S L
Decimal 147 20 60 0 0.86 0.59 0.42 341.1 0.76 0.33
Hex 93 14 3C 0 56 3B 2A 155 4C 21
Octal 223 24 74 0 126 73 52 525 114 41
Binary 10010011 10100 111100 0 1010110 111011 101010 101010101 1001100 100001

Color Harmonies of #93143C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93143C

Black with #93143C

Text Example


Text Example

White with #93143C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93143C; }

 p { color: rgb(147,20,60); }

 H1.HeaderClassName
 {
   color: #93143C;
 }
 .AnyTagClassName
 {
   color: #93143C;
 }
</style>

background-color css

<style>
 a { background-color: #93143C; }

 a { background-color: rgb(147,20,60); }

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

border-color css

<style>
 span { border-color: #93143C; }

 span { border-color: rgb(147,20,60); }

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