Html Css Color HEX #995152 Solid Pink

📋 copy color: '#995152'

red 153 ◦ green 81 ◦ blue 82

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

Shades of Solid Pink #995152

Tints of Solid Pink #995152

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.63%

 BLUE value IS 82 (32.42% from 255) = 25.95%

R = 48.42%
G = 25.63%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.46

 K value IS 0.4

RGB Variations

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

Color information

#995152 (or 0x995152) is known color: Solid Pink. HEX triplet: 99, 51 and 52. RGB value is (153,81,82). Sum of RGB (Red+Green+Blue) = 153+81+82=316 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.42% from 316); Green value is 81 (32.03% from 255 or 25.63% from 316); Blue value is 82 (32.42% from 255 or 25.95% from 316); Max value from RGB is 153 - color contains mainly: red. Hex color #995152 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995152 is #66AEAD. Grayscale: #666666. Windows color (decimal): -6729390 or 5394841. OLE color: 5394841.

HSL color Cylindrical-coordinate representation of color #995152: hue angle of 359.17º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #995152 is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 81 82 -
CMYK 0 0.47 0.46 0.4
HSL 359.17º 0.31% 0.46% -
HSV(B) 359.17º 0.47% 0.6% -
XYZ 17.6 13.27 9.62 -
YUV 102.64 116.35 163.92 -
System Red Green Blue C M Y K H S L
Decimal 153 81 82 0 0.47 0.46 0.4 359.17 0.31 0.46
Hex 99 51 52 0 2F 2E 28 167 1F 2E
Octal 231 121 122 0 57 56 50 547 37 56
Binary 10011001 1010001 1010010 0 101111 101110 101000 101100111 11111 101110

Color Harmonies of #995152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995152

Black with #995152

Text Example


Text Example

White with #995152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995152; }

 p { color: rgb(153,81,82); }

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

background-color css

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

 a { background-color: rgb(153,81,82); }

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

border-color css

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

 span { border-color: rgb(153,81,82); }

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