Html Css Color HEX #95265D Lipstick

📋 copy color: '#95265D'

red 149 ◦ green 38 ◦ blue 93

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

Shades of Lipstick #95265D

Tints of Lipstick #95265D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.57%

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

R = 53.21%
G = 13.57%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#95265D (or 0x95265D) is known color: Lipstick. HEX triplet: 95, 26 and 5D. RGB value is (149,38,93). Sum of RGB (Red+Green+Blue) = 149+38+93=280 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.21% from 280); Green value is 38 (15.23% from 255 or 13.57% from 280); Blue value is 93 (36.72% from 255 or 33.21% from 280); Max value from RGB is 149 - color contains mainly: red. Hex color #95265D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95265D is #6AD9A2. Grayscale: #4D4D4D. Windows color (decimal): -7002531 or 6104725. OLE color: 6104725.

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

Color convert

RGB 149 38 93 -
CMYK 0 0.74 0.38 0.42
HSL 330.27º 0.59% 0.37% -
HSV(B) 330.27º 0.74% 0.58% -
XYZ 15.06 8.57 11.22 -
YUV 77.46 136.77 179.03 -
System Red Green Blue C M Y K H S L
Decimal 149 38 93 0 0.74 0.38 0.42 330.27 0.59 0.37
Hex 95 26 5D 0 4A 26 2A 14A 3B 25
Octal 225 46 135 0 112 46 52 512 73 45
Binary 10010101 100110 1011101 0 1001010 100110 101010 101001010 111011 100101

Color Harmonies of #95265D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95265D

Black with #95265D

Text Example


Text Example

White with #95265D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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