Html Css Color HEX #963248 Lipstick

📋 copy color: '#963248'

red 150 ◦ green 50 ◦ blue 72

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

Shades of Lipstick #963248

Tints of Lipstick #963248

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.38%

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

R = 55.15%
G = 18.38%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#963248 (or 0x963248) is known color: Lipstick. HEX triplet: 96, 32 and 48. RGB value is (150,50,72). Sum of RGB (Red+Green+Blue) = 150+50+72=272 (36% of max value = 765). Red value is 150 (58.98% from 255 or 55.15% from 272); Green value is 50 (19.92% from 255 or 18.38% from 272); Blue value is 72 (28.52% from 255 or 26.47% from 272); Max value from RGB is 150 - color contains mainly: red. Hex color #963248 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963248 is #69CDB7. Grayscale: #525252. Windows color (decimal): -6933944 or 4731542. OLE color: 4731542.

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

Color convert

RGB 150 50 72 -
CMYK 0 0.67 0.52 0.41
HSL 346.8º 0.5% 0.39% -
HSV(B) 346.8º 0.67% 0.59% -
XYZ 14.89 9.23 7.13 -
YUV 82.41 122.13 176.21 -
System Red Green Blue C M Y K H S L
Decimal 150 50 72 0 0.67 0.52 0.41 346.8 0.5 0.39
Hex 96 32 48 0 43 34 29 15B 32 27
Octal 226 62 110 0 103 64 51 533 62 47
Binary 10010110 110010 1001000 0 1000011 110100 101001 101011011 110010 100111

Color Harmonies of #963248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963248

Black with #963248

Text Example


Text Example

White with #963248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963248; }

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

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

background-color css

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

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

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

border-color css

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

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

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