Html Css Color HEX #952345 Lipstick

📋 copy color: '#952345'

red 149 ◦ green 35 ◦ blue 69

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

Shades of Lipstick #952345

Tints of Lipstick #952345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 27.27%

R = 58.89%
G = 13.83%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#952345 (or 0x952345) is known color: Lipstick. HEX triplet: 95, 23 and 45. RGB value is (149,35,69). Sum of RGB (Red+Green+Blue) = 149+35+69=253 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.89% from 253); Green value is 35 (14.06% from 255 or 13.83% from 253); Blue value is 69 (27.34% from 255 or 27.27% from 253); Max value from RGB is 149 - color contains mainly: red. Hex color #952345 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952345 is #6ADCBA. Grayscale: #484848. Windows color (decimal): -7003323 or 4531093. OLE color: 4531093.

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

Color convert

RGB 149 35 69 -
CMYK 0 0.77 0.54 0.42
HSL 342.11º 0.62% 0.36% -
HSV(B) 342.11º 0.77% 0.58% -
XYZ 14.07 8.02 6.44 -
YUV 72.96 125.77 182.24 -
System Red Green Blue C M Y K H S L
Decimal 149 35 69 0 0.77 0.54 0.42 342.11 0.62 0.36
Hex 95 23 45 0 4D 36 2A 156 3E 24
Octal 225 43 105 0 115 66 52 526 76 44
Binary 10010101 100011 1000101 0 1001101 110110 101010 101010110 111110 100100

Color Harmonies of #952345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952345

Black with #952345

Text Example


Text Example

White with #952345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952345; }

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

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

background-color css

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

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

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

border-color css

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

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

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