Html Css Color HEX #962053 Lipstick

📋 copy color: '#962053'

red 150 ◦ green 32 ◦ blue 83

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

Shades of Lipstick #962053

Tints of Lipstick #962053

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.08%

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

R = 56.6%
G = 12.08%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#962053 (or 0x962053) is known color: Lipstick. HEX triplet: 96, 20 and 53. RGB value is (150,32,83). Sum of RGB (Red+Green+Blue) = 150+32+83=265 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.60% from 265); Green value is 32 (12.89% from 255 or 12.08% from 265); Blue value is 83 (32.81% from 255 or 31.32% from 265); Max value from RGB is 150 - color contains mainly: red. Hex color #962053 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962053 is #69DFAC. Grayscale: #494949. Windows color (decimal): -6938541 or 5447830. OLE color: 5447830.

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

Color convert

RGB 150 32 83 -
CMYK 0 0.79 0.45 0.41
HSL 334.07º 0.65% 0.36% -
HSV(B) 334.07º 0.79% 0.59% -
XYZ 14.66 8.14 8.98 -
YUV 73.1 133.59 182.85 -
System Red Green Blue C M Y K H S L
Decimal 150 32 83 0 0.79 0.45 0.41 334.07 0.65 0.36
Hex 96 20 53 0 4F 2D 29 14E 41 24
Octal 226 40 123 0 117 55 51 516 101 44
Binary 10010110 100000 1010011 0 1001111 101101 101001 101001110 1000001 100100

Color Harmonies of #962053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962053

Black with #962053

Text Example


Text Example

White with #962053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962053; }

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

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

background-color css

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

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

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

border-color css

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

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

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