Html Css Color HEX #963667 Lipstick

📋 copy color: '#963667'

red 150 ◦ green 54 ◦ blue 103

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

Shades of Lipstick #963667

Tints of Lipstick #963667

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.59%

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

R = 48.86%
G = 17.59%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#963667 (or 0x963667) is known color: Lipstick. HEX triplet: 96, 36 and 67. RGB value is (150,54,103). Sum of RGB (Red+Green+Blue) = 150+54+103=307 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.86% from 307); Green value is 54 (21.48% from 255 or 17.59% from 307); Blue value is 103 (40.62% from 255 or 33.55% from 307); Max value from RGB is 150 - color contains mainly: red. Hex color #963667 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963667 is #69C998. Grayscale: #585858. Windows color (decimal): -6932889 or 6764182. OLE color: 6764182.

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

Color convert

RGB 150 54 103 -
CMYK 0 0.64 0.31 0.41
HSL 329.38º 0.47% 0.4% -
HSV(B) 329.38º 0.64% 0.59% -
XYZ 16.35 10.1 13.92 -
YUV 88.29 136.3 172.02 -
System Red Green Blue C M Y K H S L
Decimal 150 54 103 0 0.64 0.31 0.41 329.38 0.47 0.4
Hex 96 36 67 0 40 1F 29 149 2F 28
Octal 226 66 147 0 100 37 51 511 57 50
Binary 10010110 110110 1100111 0 1000000 11111 101001 101001001 101111 101000

Color Harmonies of #963667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963667

Black with #963667

Text Example


Text Example

White with #963667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963667; }

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

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

background-color css

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

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

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

border-color css

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

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

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