Html Css Color HEX #952543 Lipstick

📋 copy color: '#952543'

red 149 ◦ green 37 ◦ blue 67

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

Shades of Lipstick #952543

Tints of Lipstick #952543

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.62%

 BLUE value IS 67 (26.56% from 255) = 26.48%

R = 58.89%
G = 14.62%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.55

 K value IS 0.42

RGB Variations

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

Color information

#952543 (or 0x952543) is known color: Lipstick. HEX triplet: 95, 25 and 43. RGB value is (149,37,67). Sum of RGB (Red+Green+Blue) = 149+37+67=253 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.89% from 253); Green value is 37 (14.84% from 255 or 14.62% from 253); Blue value is 67 (26.56% from 255 or 26.48% from 253); Max value from RGB is 149 - color contains mainly: red. Hex color #952543 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952543 is #6ADABC. Grayscale: #494949. Windows color (decimal): -7002813 or 4400533. OLE color: 4400533.

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

Color convert

RGB 149 37 67 -
CMYK 0 0.75 0.55 0.42
HSL 343.93º 0.6% 0.36% -
HSV(B) 343.93º 0.75% 0.58% -
XYZ 14.07 8.12 6.14 -
YUV 73.91 124.11 181.56 -
System Red Green Blue C M Y K H S L
Decimal 149 37 67 0 0.75 0.55 0.42 343.93 0.6 0.36
Hex 95 25 43 0 4B 37 2A 158 3C 24
Octal 225 45 103 0 113 67 52 530 74 44
Binary 10010101 100101 1000011 0 1001011 110111 101010 101011000 111100 100100

Color Harmonies of #952543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952543

Black with #952543

Text Example


Text Example

White with #952543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952543; }

 p { color: rgb(149,37,67); }

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

background-color css

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

 a { background-color: rgb(149,37,67); }

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

border-color css

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

 span { border-color: rgb(149,37,67); }

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