Html Css Color HEX #963767 Lipstick

📋 copy color: '#963767'

red 150 ◦ green 55 ◦ blue 103

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

Shades of Lipstick #963767

Tints of Lipstick #963767

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.86%

 BLUE value IS 103 (40.63% from 255) = 33.44%

R = 48.7%
G = 17.86%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#963767 (or 0x963767) is known color: Lipstick. HEX triplet: 96, 37 and 67. RGB value is (150,55,103). Sum of RGB (Red+Green+Blue) = 150+55+103=308 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.70% from 308); Green value is 55 (21.88% from 255 or 17.86% from 308); Blue value is 103 (40.62% from 255 or 33.44% from 308); Max value from RGB is 150 - color contains mainly: red. Hex color #963767 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963767 is #69C898. Grayscale: #585858. Windows color (decimal): -6932633 or 6764438. OLE color: 6764438.

HSL color Cylindrical-coordinate representation of color #963767: hue angle of 329.68º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #963767 is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 55 103 -
CMYK 0 0.63 0.31 0.41
HSL 329.68º 0.46% 0.4% -
HSV(B) 329.68º 0.63% 0.59% -
XYZ 16.39 10.2 13.94 -
YUV 88.88 135.97 171.6 -
System Red Green Blue C M Y K H S L
Decimal 150 55 103 0 0.63 0.31 0.41 329.68 0.46 0.4
Hex 96 37 67 0 3F 1F 29 14A 2E 28
Octal 226 67 147 0 77 37 51 512 56 50
Binary 10010110 110111 1100111 0 111111 11111 101001 101001010 101110 101000

Color Harmonies of #963767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963767

Black with #963767

Text Example


Text Example

White with #963767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963767; }

 p { color: rgb(150,55,103); }

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

background-color css

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

 a { background-color: rgb(150,55,103); }

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

border-color css

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

 span { border-color: rgb(150,55,103); }

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