Html Css Color HEX #93474C Solid Pink

📋 copy color: '#93474C'

red 147 ◦ green 71 ◦ blue 76

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

Shades of Solid Pink #93474C

Tints of Solid Pink #93474C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.15%

 BLUE value IS 76 (30.08% from 255) = 25.85%

R = 50%
G = 24.15%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#93474C (or 0x93474C) is known color: Solid Pink. HEX triplet: 93, 47 and 4C. RGB value is (147,71,76). Sum of RGB (Red+Green+Blue) = 147+71+76=294 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 76 (30.08% from 255 or 25.85% from 294); Max value from RGB is 147 - color contains mainly: red. Hex color #93474C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93474C is #6CB8B3. Grayscale: #5E5E5E. Windows color (decimal): -7125172 or 4999059. OLE color: 4999059.

HSL color Cylindrical-coordinate representation of color #93474C: hue angle of 356.05º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #93474C is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 71 76 -
CMYK 0 0.52 0.48 0.42
HSL 356.05º 0.35% 0.43% -
HSV(B) 356.05º 0.52% 0.58% -
XYZ 15.59 11.23 8.18 -
YUV 94.29 117.68 165.59 -
System Red Green Blue C M Y K H S L
Decimal 147 71 76 0 0.52 0.48 0.42 356.05 0.35 0.43
Hex 93 47 4C 0 34 30 2A 164 23 2B
Octal 223 107 114 0 64 60 52 544 43 53
Binary 10010011 1000111 1001100 0 110100 110000 101010 101100100 100011 101011

Color Harmonies of #93474C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93474C

Black with #93474C

Text Example


Text Example

White with #93474C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,71,76); }

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

background-color css

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

 a { background-color: rgb(147,71,76); }

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

border-color css

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

 span { border-color: rgb(147,71,76); }

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