Html Css Color HEX #95123F Lipstick

📋 copy color: '#95123F'

red 149 ◦ green 18 ◦ blue 63

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

Shades of Lipstick #95123F

Tints of Lipstick #95123F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.83%

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

R = 64.78%
G = 7.83%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#95123F (or 0x95123F) is known color: Lipstick. HEX triplet: 95, 12 and 3F. RGB value is (149,18,63). Sum of RGB (Red+Green+Blue) = 149+18+63=230 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.78% from 230); Green value is 18 (7.42% from 255 or 7.83% from 230); Blue value is 63 (25% from 255 or 27.39% from 230); Max value from RGB is 149 - color contains mainly: red. Hex color #95123F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95123F is #6AEDC0. Grayscale: #3E3E3E. Windows color (decimal): -7007681 or 4133525. OLE color: 4133525.

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

Color convert

RGB 149 18 63 -
CMYK 0 0.88 0.58 0.42
HSL 339.39º 0.78% 0.33% -
HSV(B) 339.39º 0.88% 0.58% -
XYZ 13.51 7.18 5.38 -
YUV 62.3 128.4 189.84 -
System Red Green Blue C M Y K H S L
Decimal 149 18 63 0 0.88 0.58 0.42 339.39 0.78 0.33
Hex 95 12 3F 0 58 3A 2A 153 4E 21
Octal 225 22 77 0 130 72 52 523 116 41
Binary 10010101 10010 111111 0 1011000 111010 101010 101010011 1001110 100001

Color Harmonies of #95123F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95123F

Black with #95123F

Text Example


Text Example

White with #95123F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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