Html Css Color HEX #98385C Lipstick

📋 copy color: '#98385C'

red 152 ◦ green 56 ◦ blue 92

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

Shades of Lipstick #98385C

Tints of Lipstick #98385C

RGB

 RED value IS 152 (59.77% from 255) = 50.67%

 GREEN value IS 56 (22.27% from 255) = 18.67%

 BLUE value IS 92 (36.33% from 255) = 30.67%

R = 50.67%
G = 18.67%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#98385C (or 0x98385C) is known color: Lipstick. HEX triplet: 98, 38 and 5C. RGB value is (152,56,92). Sum of RGB (Red+Green+Blue) = 152+56+92=300 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.67% from 300); Green value is 56 (22.27% from 255 or 18.67% from 300); Blue value is 92 (36.33% from 255 or 30.67% from 300); Max value from RGB is 152 - color contains mainly: red. Hex color #98385C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98385C is #67C7A3. Grayscale: #585858. Windows color (decimal): -6801316 or 6043800. OLE color: 6043800.

HSL color Cylindrical-coordinate representation of color #98385C: hue angle of 337.5º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #98385C is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 56 92 -
CMYK 0 0.63 0.39 0.40
HSL 337.5º 0.46% 0.41% -
HSV(B) 337.5º 0.63% 0.6% -
XYZ 16.29 10.28 11.25 -
YUV 88.81 129.8 173.07 -
System Red Green Blue C M Y K H S L
Decimal 152 56 92 0 0.63 0.39 0.40 337.5 0.46 0.41
Hex 98 38 5C 0 3F 27 28 152 2E 29
Octal 230 70 134 0 77 47 50 522 56 51
Binary 10011000 111000 1011100 0 111111 100111 101000 101010010 101110 101001

Color Harmonies of #98385C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98385C

Black with #98385C

Text Example


Text Example

White with #98385C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98385C; }

 p { color: rgb(152,56,92); }

 H1.HeaderClassName
 {
   color: #98385C;
 }
 .AnyTagClassName
 {
   color: #98385C;
 }
</style>

background-color css

<style>
 a { background-color: #98385C; }

 a { background-color: rgb(152,56,92); }

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

border-color css

<style>
 span { border-color: #98385C; }

 span { border-color: rgb(152,56,92); }

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