Html Css Color HEX #952246 Lipstick

📋 copy color: '#952246'

red 149 ◦ green 34 ◦ blue 70

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

Shades of Lipstick #952246

Tints of Lipstick #952246

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.44%

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

R = 58.89%
G = 13.44%
B = 27.67%

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

#952246 (or 0x952246) is known color: Lipstick. HEX triplet: 95, 22 and 46. RGB value is (149,34,70). Sum of RGB (Red+Green+Blue) = 149+34+70=253 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.89% from 253); Green value is 34 (13.67% from 255 or 13.44% from 253); Blue value is 70 (27.73% from 255 or 27.67% from 253); Max value from RGB is 149 - color contains mainly: red. Hex color #952246 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952246 is #6ADDB9. Grayscale: #484848. Windows color (decimal): -7003578 or 4596373. OLE color: 4596373.

HSL color Cylindrical-coordinate representation of color #952246: hue angle of 341.22º degrees, saturation: 0.63, 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 #952246 is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 34 70 -
CMYK 0 0.77 0.53 0.42
HSL 341.22º 0.63% 0.36% -
HSV(B) 341.22º 0.77% 0.58% -
XYZ 14.07 7.98 6.59 -
YUV 72.49 126.6 182.57 -
System Red Green Blue C M Y K H S L
Decimal 149 34 70 0 0.77 0.53 0.42 341.22 0.63 0.36
Hex 95 22 46 0 4D 35 2A 155 3F 24
Octal 225 42 106 0 115 65 52 525 77 44
Binary 10010101 100010 1000110 0 1001101 110101 101010 101010101 111111 100100

Color Harmonies of #952246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952246

Black with #952246

Text Example


Text Example

White with #952246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952246; }

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

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

background-color css

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

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

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

border-color css

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

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

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