Html Css Color HEX #962355 Lipstick

📋 copy color: '#962355'

red 150 ◦ green 35 ◦ blue 85

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

Shades of Lipstick #962355

Tints of Lipstick #962355

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.96%

 BLUE value IS 85 (33.59% from 255) = 31.48%

R = 55.56%
G = 12.96%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.43

 K value IS 0.41

RGB Variations

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

Color information

#962355 (or 0x962355) is known color: Lipstick. HEX triplet: 96, 23 and 55. RGB value is (150,35,85). Sum of RGB (Red+Green+Blue) = 150+35+85=270 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.56% from 270); Green value is 35 (14.06% from 255 or 12.96% from 270); Blue value is 85 (33.59% from 255 or 31.48% from 270); Max value from RGB is 150 - color contains mainly: red. Hex color #962355 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962355 is #69DCAA. Grayscale: #4B4B4B. Windows color (decimal): -6937771 or 5579670. OLE color: 5579670.

HSL color Cylindrical-coordinate representation of color #962355: hue angle of 333.91º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #962355 is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 35 85 -
CMYK 0 0.77 0.43 0.41
HSL 333.91º 0.62% 0.36% -
HSV(B) 333.91º 0.77% 0.59% -
XYZ 14.82 8.34 9.42 -
YUV 75.09 133.6 181.43 -
System Red Green Blue C M Y K H S L
Decimal 150 35 85 0 0.77 0.43 0.41 333.91 0.62 0.36
Hex 96 23 55 0 4D 2B 29 14E 3E 24
Octal 226 43 125 0 115 53 51 516 76 44
Binary 10010110 100011 1010101 0 1001101 101011 101001 101001110 111110 100100

Color Harmonies of #962355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962355

Black with #962355

Text Example


Text Example

White with #962355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962355; }

 p { color: rgb(150,35,85); }

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

background-color css

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

 a { background-color: rgb(150,35,85); }

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

border-color css

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

 span { border-color: rgb(150,35,85); }

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