Html Css Color HEX #95255B Lipstick

📋 copy color: '#95255B'

red 149 ◦ green 37 ◦ blue 91

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

Shades of Lipstick #95255B

Tints of Lipstick #95255B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 32.85%

R = 53.79%
G = 13.36%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#95255B (or 0x95255B) is known color: Lipstick. HEX triplet: 95, 25 and 5B. RGB value is (149,37,91). Sum of RGB (Red+Green+Blue) = 149+37+91=277 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.79% from 277); Green value is 37 (14.84% from 255 or 13.36% from 277); Blue value is 91 (35.94% from 255 or 32.85% from 277); Max value from RGB is 149 - color contains mainly: red. Hex color #95255B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95255B is #6ADAA4. Grayscale: #4C4C4C. Windows color (decimal): -7002789 or 5973397. OLE color: 5973397.

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

Color convert

RGB 149 37 91 -
CMYK 0 0.75 0.39 0.42
HSL 331.07º 0.6% 0.36% -
HSV(B) 331.07º 0.75% 0.58% -
XYZ 14.94 8.47 10.74 -
YUV 76.64 136.11 179.61 -
System Red Green Blue C M Y K H S L
Decimal 149 37 91 0 0.75 0.39 0.42 331.07 0.6 0.36
Hex 95 25 5B 0 4B 27 2A 14B 3C 24
Octal 225 45 133 0 113 47 52 513 74 44
Binary 10010101 100101 1011011 0 1001011 100111 101010 101001011 111100 100100

Color Harmonies of #95255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95255B

Black with #95255B

Text Example


Text Example

White with #95255B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95255B; }

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

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

background-color css

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

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

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

border-color css

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

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

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