Html Css Color HEX #962553 Lipstick

📋 copy color: '#962553'

red 150 ◦ green 37 ◦ blue 83

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

Shades of Lipstick #962553

Tints of Lipstick #962553

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.7%

 BLUE value IS 83 (32.81% from 255) = 30.74%

R = 55.56%
G = 13.7%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#962553 (or 0x962553) is known color: Lipstick. HEX triplet: 96, 25 and 53. RGB value is (150,37,83). Sum of RGB (Red+Green+Blue) = 150+37+83=270 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.56% from 270); Green value is 37 (14.84% from 255 or 13.70% from 270); Blue value is 83 (32.81% from 255 or 30.74% from 270); Max value from RGB is 150 - color contains mainly: red. Hex color #962553 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962553 is #69DAAC. Grayscale: #4B4B4B. Windows color (decimal): -6937261 or 5449110. OLE color: 5449110.

HSL color Cylindrical-coordinate representation of color #962553: hue angle of 335.58º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #962553 is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 37 83 -
CMYK 0 0.75 0.45 0.41
HSL 335.58º 0.6% 0.37% -
HSV(B) 335.58º 0.75% 0.59% -
XYZ 14.8 8.43 9.03 -
YUV 76.03 131.94 180.76 -
System Red Green Blue C M Y K H S L
Decimal 150 37 83 0 0.75 0.45 0.41 335.58 0.6 0.37
Hex 96 25 53 0 4B 2D 29 150 3C 25
Octal 226 45 123 0 113 55 51 520 74 45
Binary 10010110 100101 1010011 0 1001011 101101 101001 101010000 111100 100101

Color Harmonies of #962553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962553

Black with #962553

Text Example


Text Example

White with #962553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962553; }

 p { color: rgb(150,37,83); }

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

background-color css

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

 a { background-color: rgb(150,37,83); }

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

border-color css

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

 span { border-color: rgb(150,37,83); }

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