Html Css Color HEX #963069 Lipstick

📋 copy color: '#963069'

red 150 ◦ green 48 ◦ blue 105

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

Shades of Lipstick #963069

Tints of Lipstick #963069

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.84%

 BLUE value IS 105 (41.41% from 255) = 34.65%

R = 49.5%
G = 15.84%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#963069 (or 0x963069) is known color: Lipstick. HEX triplet: 96, 30 and 69. RGB value is (150,48,105). Sum of RGB (Red+Green+Blue) = 150+48+105=303 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.50% from 303); Green value is 48 (19.14% from 255 or 15.84% from 303); Blue value is 105 (41.41% from 255 or 34.65% from 303); Max value from RGB is 150 - color contains mainly: red. Hex color #963069 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963069 is #69CF96. Grayscale: #545454. Windows color (decimal): -6934423 or 6893718. OLE color: 6893718.

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

Color convert

RGB 150 48 105 -
CMYK 0 0.68 0.30 0.41
HSL 326.47º 0.52% 0.39% -
HSV(B) 326.47º 0.68% 0.59% -
XYZ 16.18 9.62 14.37 -
YUV 85 139.29 174.37 -
System Red Green Blue C M Y K H S L
Decimal 150 48 105 0 0.68 0.30 0.41 326.47 0.52 0.39
Hex 96 30 69 0 44 1E 29 146 34 27
Octal 226 60 151 0 104 36 51 506 64 47
Binary 10010110 110000 1101001 0 1000100 11110 101001 101000110 110100 100111

Color Harmonies of #963069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963069

Black with #963069

Text Example


Text Example

White with #963069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963069; }

 p { color: rgb(150,48,105); }

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

background-color css

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

 a { background-color: rgb(150,48,105); }

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

border-color css

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

 span { border-color: rgb(150,48,105); }

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