Html Css Color HEX #95133F Lipstick

📋 copy color: '#95133F'

red 149 ◦ green 19 ◦ blue 63

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

Shades of Lipstick #95133F

Tints of Lipstick #95133F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.23%

 BLUE value IS 63 (25% from 255) = 27.27%

R = 64.5%
G = 8.23%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#95133F (or 0x95133F) is known color: Lipstick. HEX triplet: 95, 13 and 3F. RGB value is (149,19,63). Sum of RGB (Red+Green+Blue) = 149+19+63=231 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.50% from 231); Green value is 19 (7.81% from 255 or 8.23% from 231); Blue value is 63 (25% from 255 or 27.27% from 231); Max value from RGB is 149 - color contains mainly: red. Hex color #95133F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95133F is #6AECC0. Grayscale: #3E3E3E. Windows color (decimal): -7007425 or 4133781. OLE color: 4133781.

HSL color Cylindrical-coordinate representation of color #95133F: hue angle of 339.69º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #95133F is Cyan = 0, Magento = 0.87, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 19 63 -
CMYK 0 0.87 0.58 0.42
HSL 339.69º 0.77% 0.33% -
HSV(B) 339.69º 0.87% 0.58% -
XYZ 13.52 7.21 5.38 -
YUV 62.89 128.07 189.42 -
System Red Green Blue C M Y K H S L
Decimal 149 19 63 0 0.87 0.58 0.42 339.69 0.77 0.33
Hex 95 13 3F 0 57 3A 2A 154 4D 21
Octal 225 23 77 0 127 72 52 524 115 41
Binary 10010101 10011 111111 0 1010111 111010 101010 101010100 1001101 100001

Color Harmonies of #95133F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95133F

Black with #95133F

Text Example


Text Example

White with #95133F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95133F; }

 p { color: rgb(149,19,63); }

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

background-color css

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

 a { background-color: rgb(149,19,63); }

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

border-color css

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

 span { border-color: rgb(149,19,63); }

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