Html Css Color HEX #952645 Lipstick

📋 copy color: '#952645'

red 149 ◦ green 38 ◦ blue 69

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

Shades of Lipstick #952645

Tints of Lipstick #952645

RGB

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

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

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

R = 58.2%
G = 14.84%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#952645 (or 0x952645) is known color: Lipstick. HEX triplet: 95, 26 and 45. RGB value is (149,38,69). Sum of RGB (Red+Green+Blue) = 149+38+69=256 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.20% from 256); Green value is 38 (15.23% from 255 or 14.84% from 256); Blue value is 69 (27.34% from 255 or 26.95% from 256); Max value from RGB is 149 - color contains mainly: red. Hex color #952645 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952645 is #6AD9BA. Grayscale: #4A4A4A. Windows color (decimal): -7002555 or 4531861. OLE color: 4531861.

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

Color convert

RGB 149 38 69 -
CMYK 0 0.74 0.54 0.42
HSL 343.24º 0.59% 0.37% -
HSV(B) 343.24º 0.74% 0.58% -
XYZ 14.16 8.21 6.47 -
YUV 74.72 124.77 180.98 -
System Red Green Blue C M Y K H S L
Decimal 149 38 69 0 0.74 0.54 0.42 343.24 0.59 0.37
Hex 95 26 45 0 4A 36 2A 157 3B 25
Octal 225 46 105 0 112 66 52 527 73 45
Binary 10010101 100110 1000101 0 1001010 110110 101010 101010111 111011 100101

Color Harmonies of #952645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952645

Black with #952645

Text Example


Text Example

White with #952645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952645; }

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

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

background-color css

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

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

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

border-color css

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

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

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