Html Css Color HEX #994346 Solid Pink

📋 copy color: '#994346'

red 153 ◦ green 67 ◦ blue 70

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

Shades of Solid Pink #994346

Tints of Solid Pink #994346

RGB

 RED value IS 153 (60.16% from 255) = 52.76%

 GREEN value IS 67 (26.56% from 255) = 23.1%

 BLUE value IS 70 (27.73% from 255) = 24.14%

R = 52.76%
G = 23.1%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.54

 K value IS 0.4

RGB Variations

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

Color information

#994346 (or 0x994346) is known color: Solid Pink. HEX triplet: 99, 43 and 46. RGB value is (153,67,70). Sum of RGB (Red+Green+Blue) = 153+67+70=290 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.76% from 290); Green value is 67 (26.56% from 255 or 23.10% from 290); Blue value is 70 (27.73% from 255 or 24.14% from 290); Max value from RGB is 153 - color contains mainly: red. Hex color #994346 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994346 is #66BCB9. Grayscale: #5D5D5D. Windows color (decimal): -6732986 or 4604825. OLE color: 4604825.

HSL color Cylindrical-coordinate representation of color #994346: hue angle of 357.91º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #994346 is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 67 70 -
CMYK 0 0.56 0.54 0.4
HSL 357.91º 0.39% 0.43% -
HSV(B) 357.91º 0.56% 0.6% -
XYZ 16.25 11.23 7.11 -
YUV 93.06 114.99 170.76 -
System Red Green Blue C M Y K H S L
Decimal 153 67 70 0 0.56 0.54 0.4 357.91 0.39 0.43
Hex 99 43 46 0 38 36 28 166 27 2B
Octal 231 103 106 0 70 66 50 546 47 53
Binary 10011001 1000011 1000110 0 111000 110110 101000 101100110 100111 101011

Color Harmonies of #994346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994346

Black with #994346

Text Example


Text Example

White with #994346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994346; }

 p { color: rgb(153,67,70); }

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

background-color css

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

 a { background-color: rgb(153,67,70); }

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

border-color css

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

 span { border-color: rgb(153,67,70); }

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