Html Css Color HEX #95245D Lipstick

📋 copy color: '#95245D'

red 149 ◦ green 36 ◦ blue 93

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

Shades of Lipstick #95245D

Tints of Lipstick #95245D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.95%

 BLUE value IS 93 (36.72% from 255) = 33.45%

R = 53.6%
G = 12.95%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#95245D (or 0x95245D) is known color: Lipstick. HEX triplet: 95, 24 and 5D. RGB value is (149,36,93). Sum of RGB (Red+Green+Blue) = 149+36+93=278 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.60% from 278); Green value is 36 (14.45% from 255 or 12.95% from 278); Blue value is 93 (36.72% from 255 or 33.45% from 278); Max value from RGB is 149 - color contains mainly: red. Hex color #95245D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95245D is #6ADBA2. Grayscale: #4C4C4C. Windows color (decimal): -7003043 or 6104213. OLE color: 6104213.

HSL color Cylindrical-coordinate representation of color #95245D: hue angle of 329.73º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #95245D is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 36 93 -
CMYK 0 0.76 0.38 0.42
HSL 329.73º 0.61% 0.36% -
HSV(B) 329.73º 0.76% 0.58% -
XYZ 15 8.44 11.19 -
YUV 76.29 137.44 179.87 -
System Red Green Blue C M Y K H S L
Decimal 149 36 93 0 0.76 0.38 0.42 329.73 0.61 0.36
Hex 95 24 5D 0 4C 26 2A 14A 3D 24
Octal 225 44 135 0 114 46 52 512 75 44
Binary 10010101 100100 1011101 0 1001100 100110 101010 101001010 111101 100100

Color Harmonies of #95245D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95245D

Black with #95245D

Text Example


Text Example

White with #95245D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95245D; }

 p { color: rgb(149,36,93); }

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

background-color css

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

 a { background-color: rgb(149,36,93); }

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

border-color css

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

 span { border-color: rgb(149,36,93); }

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