Html Css Color HEX #974249 Solid Pink

📋 copy color: '#974249'

red 151 ◦ green 66 ◦ blue 73

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

Shades of Solid Pink #974249

Tints of Solid Pink #974249

RGB

 RED value IS 151 (59.38% from 255) = 52.07%

 GREEN value IS 66 (26.17% from 255) = 22.76%

 BLUE value IS 73 (28.91% from 255) = 25.17%

R = 52.07%
G = 22.76%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#974249 (or 0x974249) is known color: Solid Pink. HEX triplet: 97, 42 and 49. RGB value is (151,66,73). Sum of RGB (Red+Green+Blue) = 151+66+73=290 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.07% from 290); Green value is 66 (26.17% from 255 or 22.76% from 290); Blue value is 73 (28.91% from 255 or 25.17% from 290); Max value from RGB is 151 - color contains mainly: red. Hex color #974249 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974249 is #68BDB6. Grayscale: #5C5C5C. Windows color (decimal): -6864311 or 4801175. OLE color: 4801175.

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

Color convert

RGB 151 66 73 -
CMYK 0 0.56 0.52 0.41
HSL 355.06º 0.39% 0.43% -
HSV(B) 355.06º 0.56% 0.59% -
XYZ 15.91 10.96 7.58 -
YUV 92.21 117.16 169.93 -
System Red Green Blue C M Y K H S L
Decimal 151 66 73 0 0.56 0.52 0.41 355.06 0.39 0.43
Hex 97 42 49 0 38 34 29 163 27 2B
Octal 227 102 111 0 70 64 51 543 47 53
Binary 10010111 1000010 1001001 0 111000 110100 101001 101100011 100111 101011

Color Harmonies of #974249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974249

Black with #974249

Text Example


Text Example

White with #974249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974249; }

 p { color: rgb(151,66,73); }

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

background-color css

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

 a { background-color: rgb(151,66,73); }

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

border-color css

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

 span { border-color: rgb(151,66,73); }

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