Html Css Color HEX #962348 Lipstick

📋 copy color: '#962348'

red 150 ◦ green 35 ◦ blue 72

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

Shades of Lipstick #962348

Tints of Lipstick #962348

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.62%

 BLUE value IS 72 (28.52% from 255) = 28.02%

R = 58.37%
G = 13.62%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#962348 (or 0x962348) is known color: Lipstick. HEX triplet: 96, 23 and 48. RGB value is (150,35,72). Sum of RGB (Red+Green+Blue) = 150+35+72=257 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.37% from 257); Green value is 35 (14.06% from 255 or 13.62% from 257); Blue value is 72 (28.52% from 255 or 28.02% from 257); Max value from RGB is 150 - color contains mainly: red. Hex color #962348 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962348 is #69DCB7. Grayscale: #494949. Windows color (decimal): -6937784 or 4727702. OLE color: 4727702.

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

Color convert

RGB 150 35 72 -
CMYK 0 0.77 0.52 0.41
HSL 340.7º 0.62% 0.36% -
HSV(B) 340.7º 0.77% 0.59% -
XYZ 14.35 8.15 6.95 -
YUV 73.6 127.1 182.49 -
System Red Green Blue C M Y K H S L
Decimal 150 35 72 0 0.77 0.52 0.41 340.7 0.62 0.36
Hex 96 23 48 0 4D 34 29 155 3E 24
Octal 226 43 110 0 115 64 51 525 76 44
Binary 10010110 100011 1001000 0 1001101 110100 101001 101010101 111110 100100

Color Harmonies of #962348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962348

Black with #962348

Text Example


Text Example

White with #962348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962348; }

 p { color: rgb(150,35,72); }

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

background-color css

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

 a { background-color: rgb(150,35,72); }

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

border-color css

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

 span { border-color: rgb(150,35,72); }

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