Html Css Color HEX #964248 Solid Pink

📋 copy color: '#964248'

red 150 ◦ green 66 ◦ blue 72

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

Shades of Solid Pink #964248

Tints of Solid Pink #964248

RGB

 RED value IS 150 (58.98% from 255) = 52.08%

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

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

R = 52.08%
G = 22.92%
B = 25%

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

#964248 (or 0x964248) is known color: Solid Pink. HEX triplet: 96, 42 and 48. RGB value is (150,66,72). Sum of RGB (Red+Green+Blue) = 150+66+72=288 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.08% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 72 (28.52% from 255 or 25% from 288); Max value from RGB is 150 - color contains mainly: red. Hex color #964248 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964248 is #69BDB7. Grayscale: #5B5B5B. Windows color (decimal): -6929848 or 4735638. OLE color: 4735638.

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

Color convert

RGB 150 66 72 -
CMYK 0 0.56 0.52 0.41
HSL 355.71º 0.39% 0.42% -
HSV(B) 355.71º 0.56% 0.59% -
XYZ 15.7 10.85 7.4 -
YUV 91.8 116.83 169.51 -
System Red Green Blue C M Y K H S L
Decimal 150 66 72 0 0.56 0.52 0.41 355.71 0.39 0.42
Hex 96 42 48 0 38 34 29 164 27 2A
Octal 226 102 110 0 70 64 51 544 47 52
Binary 10010110 1000010 1001000 0 111000 110100 101001 101100100 100111 101010

Color Harmonies of #964248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964248

Black with #964248

Text Example


Text Example

White with #964248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964248; }

 p { color: rgb(150,66,72); }

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

background-color css

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

 a { background-color: rgb(150,66,72); }

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

border-color css

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

 span { border-color: rgb(150,66,72); }

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