Html Css Color HEX #984348 Solid Pink

📋 copy color: '#984348'

red 152 ◦ green 67 ◦ blue 72

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

Shades of Solid Pink #984348

Tints of Solid Pink #984348

RGB

 RED value IS 152 (59.77% from 255) = 52.23%

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

 BLUE value IS 72 (28.52% from 255) = 24.74%

R = 52.23%
G = 23.02%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.53

 K value IS 0.40

RGB Variations

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

Color information

#984348 (or 0x984348) is known color: Solid Pink. HEX triplet: 98, 43 and 48. RGB value is (152,67,72). Sum of RGB (Red+Green+Blue) = 152+67+72=291 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.23% from 291); Green value is 67 (26.56% from 255 or 23.02% from 291); Blue value is 72 (28.52% from 255 or 24.74% from 291); Max value from RGB is 152 - color contains mainly: red. Hex color #984348 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984348 is #67BCB7. Grayscale: #5D5D5D. Windows color (decimal): -6798520 or 4735896. OLE color: 4735896.

HSL color Cylindrical-coordinate representation of color #984348: hue angle of 356.47º 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 #984348 is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 67 72 -
CMYK 0 0.56 0.53 0.40
HSL 356.47º 0.39% 0.43% -
HSV(B) 356.47º 0.56% 0.6% -
XYZ 16.13 11.16 7.43 -
YUV 92.99 116.16 170.09 -
System Red Green Blue C M Y K H S L
Decimal 152 67 72 0 0.56 0.53 0.40 356.47 0.39 0.43
Hex 98 43 48 0 38 35 28 164 27 2B
Octal 230 103 110 0 70 65 50 544 47 53
Binary 10011000 1000011 1001000 0 111000 110101 101000 101100100 100111 101011

Color Harmonies of #984348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984348

Black with #984348

Text Example


Text Example

White with #984348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984348; }

 p { color: rgb(152,67,72); }

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

background-color css

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

 a { background-color: rgb(152,67,72); }

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

border-color css

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

 span { border-color: rgb(152,67,72); }

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