Html Css Color HEX #93255F Lipstick

📋 copy color: '#93255F'

red 147 ◦ green 37 ◦ blue 95

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

Shades of Lipstick #93255F

Tints of Lipstick #93255F

RGB

 RED value IS 147 (57.81% from 255) = 52.69%

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

 BLUE value IS 95 (37.5% from 255) = 34.05%

R = 52.69%
G = 13.26%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#93255F (or 0x93255F) is known color: Lipstick. HEX triplet: 93, 25 and 5F. RGB value is (147,37,95). Sum of RGB (Red+Green+Blue) = 147+37+95=279 (36% of max value = 765). Red value is 147 (57.81% from 255 or 52.69% from 279); Green value is 37 (14.84% from 255 or 13.26% from 279); Blue value is 95 (37.5% from 255 or 34.05% from 279); Max value from RGB is 147 - color contains mainly: red. Hex color #93255F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93255F is #6CDAA0. Grayscale: #4C4C4C. Windows color (decimal): -7133857 or 6235539. OLE color: 6235539.

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

Color convert

RGB 147 37 95 -
CMYK 0 0.75 0.35 0.42
HSL 328.36º 0.6% 0.36% -
HSV(B) 328.36º 0.75% 0.58% -
XYZ 14.76 8.35 11.66 -
YUV 76.5 138.44 178.28 -
System Red Green Blue C M Y K H S L
Decimal 147 37 95 0 0.75 0.35 0.42 328.36 0.6 0.36
Hex 93 25 5F 0 4B 23 2A 148 3C 24
Octal 223 45 137 0 113 43 52 510 74 44
Binary 10010011 100101 1011111 0 1001011 100011 101010 101001000 111100 100100

Color Harmonies of #93255F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93255F

Black with #93255F

Text Example


Text Example

White with #93255F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,37,95); }

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

background-color css

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

 a { background-color: rgb(147,37,95); }

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

border-color css

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

 span { border-color: rgb(147,37,95); }

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