Html Css Color HEX #983458 Lipstick

📋 copy color: '#983458'

red 152 ◦ green 52 ◦ blue 88

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

Shades of Lipstick #983458

Tints of Lipstick #983458

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.81%

 BLUE value IS 88 (34.77% from 255) = 30.14%

R = 52.05%
G = 17.81%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0.40

RGB Variations

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

Color information

#983458 (or 0x983458) is known color: Lipstick. HEX triplet: 98, 34 and 58. RGB value is (152,52,88). Sum of RGB (Red+Green+Blue) = 152+52+88=292 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.05% from 292); Green value is 52 (20.70% from 255 or 17.81% from 292); Blue value is 88 (34.77% from 255 or 30.14% from 292); Max value from RGB is 152 - color contains mainly: red. Hex color #983458 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983458 is #67CBA7. Grayscale: #555555. Windows color (decimal): -6802344 or 5780632. OLE color: 5780632.

HSL color Cylindrical-coordinate representation of color #983458: hue angle of 338.4º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #983458 is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 52 88 -
CMYK 0 0.66 0.42 0.40
HSL 338.4º 0.49% 0.4% -
HSV(B) 338.4º 0.66% 0.6% -
XYZ 15.94 9.84 10.29 -
YUV 86 129.13 175.07 -
System Red Green Blue C M Y K H S L
Decimal 152 52 88 0 0.66 0.42 0.40 338.4 0.49 0.4
Hex 98 34 58 0 42 2A 28 152 31 28
Octal 230 64 130 0 102 52 50 522 61 50
Binary 10011000 110100 1011000 0 1000010 101010 101000 101010010 110001 101000

Color Harmonies of #983458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983458

Black with #983458

Text Example


Text Example

White with #983458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983458; }

 p { color: rgb(152,52,88); }

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

background-color css

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

 a { background-color: rgb(152,52,88); }

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

border-color css

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

 span { border-color: rgb(152,52,88); }

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