Html Css Color HEX #952346 Lipstick

📋 copy color: '#952346'

red 149 ◦ green 35 ◦ blue 70

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

Shades of Lipstick #952346

Tints of Lipstick #952346

RGB

 RED value IS 149 (58.59% from 255) = 58.66%

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

 BLUE value IS 70 (27.73% from 255) = 27.56%

R = 58.66%
G = 13.78%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#952346 (or 0x952346) is known color: Lipstick. HEX triplet: 95, 23 and 46. RGB value is (149,35,70). Sum of RGB (Red+Green+Blue) = 149+35+70=254 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.66% from 254); Green value is 35 (14.06% from 255 or 13.78% from 254); Blue value is 70 (27.73% from 255 or 27.56% from 254); Max value from RGB is 149 - color contains mainly: red. Hex color #952346 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952346 is #6ADCB9. Grayscale: #494949. Windows color (decimal): -7003322 or 4596629. OLE color: 4596629.

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

Color convert

RGB 149 35 70 -
CMYK 0 0.77 0.53 0.42
HSL 341.58º 0.62% 0.36% -
HSV(B) 341.58º 0.77% 0.58% -
XYZ 14.1 8.03 6.6 -
YUV 73.08 126.27 182.15 -
System Red Green Blue C M Y K H S L
Decimal 149 35 70 0 0.77 0.53 0.42 341.58 0.62 0.36
Hex 95 23 46 0 4D 35 2A 156 3E 24
Octal 225 43 106 0 115 65 52 526 76 44
Binary 10010101 100011 1000110 0 1001101 110101 101010 101010110 111110 100100

Color Harmonies of #952346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952346

Black with #952346

Text Example


Text Example

White with #952346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952346; }

 p { color: rgb(149,35,70); }

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

background-color css

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

 a { background-color: rgb(149,35,70); }

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

border-color css

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

 span { border-color: rgb(149,35,70); }

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