Html Css Color HEX #93474A Solid Pink

📋 copy color: '#93474A'

red 147 ◦ green 71 ◦ blue 74

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

Shades of Solid Pink #93474A

Tints of Solid Pink #93474A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 25.34%

R = 50.34%
G = 24.32%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#93474A (or 0x93474A) is known color: Solid Pink. HEX triplet: 93, 47 and 4A. RGB value is (147,71,74). Sum of RGB (Red+Green+Blue) = 147+71+74=292 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.34% from 292); Green value is 71 (28.12% from 255 or 24.32% from 292); Blue value is 74 (29.30% from 255 or 25.34% from 292); Max value from RGB is 147 - color contains mainly: red. Hex color #93474A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93474A is #6CB8B5. Grayscale: #5E5E5E. Windows color (decimal): -7125174 or 4867987. OLE color: 4867987.

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

Color convert

RGB 147 71 74 -
CMYK 0 0.52 0.50 0.42
HSL 357.63º 0.35% 0.43% -
HSV(B) 357.63º 0.52% 0.58% -
XYZ 15.52 11.2 7.82 -
YUV 94.07 116.68 165.76 -
System Red Green Blue C M Y K H S L
Decimal 147 71 74 0 0.52 0.50 0.42 357.63 0.35 0.43
Hex 93 47 4A 0 34 32 2A 166 23 2B
Octal 223 107 112 0 64 62 52 546 43 53
Binary 10010011 1000111 1001010 0 110100 110010 101010 101100110 100011 101011

Color Harmonies of #93474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93474A

Black with #93474A

Text Example


Text Example

White with #93474A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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