Html Css Color HEX #93143A Shiraz

📋 copy color: '#93143A'

red 147 ◦ green 20 ◦ blue 58

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

Shades of Shiraz #93143A

Tints of Shiraz #93143A

RGB

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

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

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

R = 65.33%
G = 8.89%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.61

 K value IS 0.42

RGB Variations

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

Color information

#93143A (or 0x93143A) is known color: Shiraz. HEX triplet: 93, 14 and 3A. RGB value is (147,20,58). Sum of RGB (Red+Green+Blue) = 147+20+58=225 (29% of max value = 765). Red value is 147 (57.81% from 255 or 65.33% from 225); Green value is 20 (8.20% from 255 or 8.89% from 225); Blue value is 58 (23.05% from 255 or 25.78% from 225); Max value from RGB is 147 - color contains mainly: red. Hex color #93143A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93143A is #6CEBC5. Grayscale: #3E3E3E. Windows color (decimal): -7138246 or 3806355. OLE color: 3806355.

HSL color Cylindrical-coordinate representation of color #93143A: hue angle of 342.05º 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 #93143A is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 20 58 -
CMYK 0 0.86 0.61 0.42
HSL 342.05º 0.76% 0.33% -
HSV(B) 342.05º 0.86% 0.58% -
XYZ 13.05 7.01 4.67 -
YUV 62.31 125.58 188.41 -
System Red Green Blue C M Y K H S L
Decimal 147 20 58 0 0.86 0.61 0.42 342.05 0.76 0.33
Hex 93 14 3A 0 56 3D 2A 156 4C 21
Octal 223 24 72 0 126 75 52 526 114 41
Binary 10010011 10100 111010 0 1010110 111101 101010 101010110 1001100 100001

Color Harmonies of #93143A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93143A

Black with #93143A

Text Example


Text Example

White with #93143A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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