Html Css Color HEX #983453 Lipstick

📋 copy color: '#983453'

red 152 ◦ green 52 ◦ blue 83

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

Shades of Lipstick #983453

Tints of Lipstick #983453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 28.92%

R = 52.96%
G = 18.12%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.40

RGB Variations

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

Color information

#983453 (or 0x983453) is known color: Lipstick. HEX triplet: 98, 34 and 53. RGB value is (152,52,83). Sum of RGB (Red+Green+Blue) = 152+52+83=287 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.96% from 287); Green value is 52 (20.70% from 255 or 18.12% from 287); Blue value is 83 (32.81% from 255 or 28.92% from 287); Max value from RGB is 152 - color contains mainly: red. Hex color #983453 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983453 is #67CBAC. Grayscale: #555555. Windows color (decimal): -6802349 or 5452952. OLE color: 5452952.

HSL color Cylindrical-coordinate representation of color #983453: hue angle of 341.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 #983453 is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 52 83 -
CMYK 0 0.66 0.45 0.40
HSL 341.4º 0.49% 0.4% -
HSV(B) 341.4º 0.66% 0.6% -
XYZ 15.74 9.76 9.24 -
YUV 85.43 126.63 175.48 -
System Red Green Blue C M Y K H S L
Decimal 152 52 83 0 0.66 0.45 0.40 341.4 0.49 0.4
Hex 98 34 53 0 42 2D 28 155 31 28
Octal 230 64 123 0 102 55 50 525 61 50
Binary 10011000 110100 1010011 0 1000010 101101 101000 101010101 110001 101000

Color Harmonies of #983453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983453

Black with #983453

Text Example


Text Example

White with #983453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983453; }

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

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

background-color css

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

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

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

border-color css

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

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

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