Html Css Color HEX #95254D Lipstick

📋 copy color: '#95254D'

red 149 ◦ green 37 ◦ blue 77

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

Shades of Lipstick #95254D

Tints of Lipstick #95254D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 29.28%

R = 56.65%
G = 14.07%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#95254D (or 0x95254D) is known color: Lipstick. HEX triplet: 95, 25 and 4D. RGB value is (149,37,77). Sum of RGB (Red+Green+Blue) = 149+37+77=263 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.65% from 263); Green value is 37 (14.84% from 255 or 14.07% from 263); Blue value is 77 (30.47% from 255 or 29.28% from 263); Max value from RGB is 149 - color contains mainly: red. Hex color #95254D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95254D is #6ADAB2. Grayscale: #4B4B4B. Windows color (decimal): -7002803 or 5055893. OLE color: 5055893.

HSL color Cylindrical-coordinate representation of color #95254D: hue angle of 338.57º 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 #95254D is Cyan = 0, Magento = 0.75, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 37 77 -
CMYK 0 0.75 0.48 0.42
HSL 338.57º 0.6% 0.36% -
HSV(B) 338.57º 0.75% 0.58% -
XYZ 14.4 8.25 7.85 -
YUV 75.05 129.11 180.75 -
System Red Green Blue C M Y K H S L
Decimal 149 37 77 0 0.75 0.48 0.42 338.57 0.6 0.36
Hex 95 25 4D 0 4B 30 2A 153 3C 24
Octal 225 45 115 0 113 60 52 523 74 44
Binary 10010101 100101 1001101 0 1001011 110000 101010 101010011 111100 100100

Color Harmonies of #95254D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95254D

Black with #95254D

Text Example


Text Example

White with #95254D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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