Html Css Color HEX #98254D Lipstick

📋 copy color: '#98254D'

red 152 ◦ green 37 ◦ blue 77

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

Shades of Lipstick #98254D

Tints of Lipstick #98254D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 28.95%

R = 57.14%
G = 13.91%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.49

 K value IS 0.40

RGB Variations

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

Color information

#98254D (or 0x98254D) is known color: Lipstick. HEX triplet: 98, 25 and 4D. RGB value is (152,37,77). Sum of RGB (Red+Green+Blue) = 152+37+77=266 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.14% from 266); Green value is 37 (14.84% from 255 or 13.91% from 266); Blue value is 77 (30.47% from 255 or 28.95% from 266); Max value from RGB is 152 - color contains mainly: red. Hex color #98254D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98254D is #67DAB2. Grayscale: #4B4B4B. Windows color (decimal): -6806195 or 5055896. OLE color: 5055896.

HSL color Cylindrical-coordinate representation of color #98254D: hue angle of 339.13º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #98254D is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 37 77 -
CMYK 0 0.76 0.49 0.40
HSL 339.13º 0.61% 0.37% -
HSV(B) 339.13º 0.76% 0.6% -
XYZ 14.95 8.53 7.88 -
YUV 75.95 128.6 182.25 -
System Red Green Blue C M Y K H S L
Decimal 152 37 77 0 0.76 0.49 0.40 339.13 0.61 0.37
Hex 98 25 4D 0 4C 31 28 153 3D 25
Octal 230 45 115 0 114 61 50 523 75 45
Binary 10011000 100101 1001101 0 1001100 110001 101000 101010011 111101 100101

Color Harmonies of #98254D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98254D

Black with #98254D

Text Example


Text Example

White with #98254D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,37,77); }

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

background-color css

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

 a { background-color: rgb(152,37,77); }

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

border-color css

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

 span { border-color: rgb(152,37,77); }

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