Html Css Color HEX #952646 Lipstick

📋 copy color: '#952646'

red 149 ◦ green 38 ◦ blue 70

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

Shades of Lipstick #952646

Tints of Lipstick #952646

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.79%

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

R = 57.98%
G = 14.79%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#952646 (or 0x952646) is known color: Lipstick. HEX triplet: 95, 26 and 46. RGB value is (149,38,70). Sum of RGB (Red+Green+Blue) = 149+38+70=257 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.98% from 257); Green value is 38 (15.23% from 255 or 14.79% from 257); Blue value is 70 (27.73% from 255 or 27.24% from 257); Max value from RGB is 149 - color contains mainly: red. Hex color #952646 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952646 is #6AD9B9. Grayscale: #4A4A4A. Windows color (decimal): -7002554 or 4597397. OLE color: 4597397.

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

Color convert

RGB 149 38 70 -
CMYK 0 0.74 0.53 0.42
HSL 342.7º 0.59% 0.37% -
HSV(B) 342.7º 0.74% 0.58% -
XYZ 14.19 8.22 6.63 -
YUV 74.84 125.27 180.9 -
System Red Green Blue C M Y K H S L
Decimal 149 38 70 0 0.74 0.53 0.42 342.7 0.59 0.37
Hex 95 26 46 0 4A 35 2A 157 3B 25
Octal 225 46 106 0 112 65 52 527 73 45
Binary 10010101 100110 1000110 0 1001010 110101 101010 101010111 111011 100101

Color Harmonies of #952646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952646

Black with #952646

Text Example


Text Example

White with #952646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952646; }

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

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

background-color css

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

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

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

border-color css

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

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

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