Html Css Color HEX #963267 Lipstick

📋 copy color: '#963267'

red 150 ◦ green 50 ◦ blue 103

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

Shades of Lipstick #963267

Tints of Lipstick #963267

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.5%

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

R = 49.5%
G = 16.5%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#963267 (or 0x963267) is known color: Lipstick. HEX triplet: 96, 32 and 67. RGB value is (150,50,103). Sum of RGB (Red+Green+Blue) = 150+50+103=303 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.50% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 103 (40.62% from 255 or 33.99% from 303); Max value from RGB is 150 - color contains mainly: red. Hex color #963267 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963267 is #69CD98. Grayscale: #555555. Windows color (decimal): -6933913 or 6763158. OLE color: 6763158.

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

Color convert

RGB 150 50 103 -
CMYK 0 0.67 0.31 0.41
HSL 328.2º 0.5% 0.39% -
HSV(B) 328.2º 0.67% 0.59% -
XYZ 16.17 9.74 13.86 -
YUV 85.94 137.63 173.69 -
System Red Green Blue C M Y K H S L
Decimal 150 50 103 0 0.67 0.31 0.41 328.2 0.5 0.39
Hex 96 32 67 0 43 1F 29 148 32 27
Octal 226 62 147 0 103 37 51 510 62 47
Binary 10010110 110010 1100111 0 1000011 11111 101001 101001000 110010 100111

Color Harmonies of #963267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963267

Black with #963267

Text Example


Text Example

White with #963267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963267; }

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

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

background-color css

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

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

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

border-color css

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

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

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