Html Css Color HEX #962353 Lipstick

📋 copy color: '#962353'

red 150 ◦ green 35 ◦ blue 83

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

Shades of Lipstick #962353

Tints of Lipstick #962353

RGB

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

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

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

R = 55.97%
G = 13.06%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#962353 (or 0x962353) is known color: Lipstick. HEX triplet: 96, 23 and 53. RGB value is (150,35,83). Sum of RGB (Red+Green+Blue) = 150+35+83=268 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.97% from 268); Green value is 35 (14.06% from 255 or 13.06% from 268); Blue value is 83 (32.81% from 255 or 30.97% from 268); Max value from RGB is 150 - color contains mainly: red. Hex color #962353 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962353 is #69DCAC. Grayscale: #4A4A4A. Windows color (decimal): -6937773 or 5448598. OLE color: 5448598.

HSL color Cylindrical-coordinate representation of color #962353: hue angle of 334.96º 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 #962353 is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 35 83 -
CMYK 0 0.77 0.45 0.41
HSL 334.96º 0.62% 0.36% -
HSV(B) 334.96º 0.77% 0.59% -
XYZ 14.74 8.31 9.01 -
YUV 74.86 132.6 181.6 -
System Red Green Blue C M Y K H S L
Decimal 150 35 83 0 0.77 0.45 0.41 334.96 0.62 0.36
Hex 96 23 53 0 4D 2D 29 14F 3E 24
Octal 226 43 123 0 115 55 51 517 76 44
Binary 10010110 100011 1010011 0 1001101 101101 101001 101001111 111110 100100

Color Harmonies of #962353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962353

Black with #962353

Text Example


Text Example

White with #962353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962353; }

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

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

background-color css

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

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

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

border-color css

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

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

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