Html Css Color HEX #98274C Lipstick

📋 copy color: '#98274C'

red 152 ◦ green 39 ◦ blue 76

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

Shades of Lipstick #98274C

Tints of Lipstick #98274C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.61%

 BLUE value IS 76 (30.08% from 255) = 28.46%

R = 56.93%
G = 14.61%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.50

 K value IS 0.40

RGB Variations

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

Color information

#98274C (or 0x98274C) is known color: Lipstick. HEX triplet: 98, 27 and 4C. RGB value is (152,39,76). Sum of RGB (Red+Green+Blue) = 152+39+76=267 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.93% from 267); Green value is 39 (15.62% from 255 or 14.61% from 267); Blue value is 76 (30.08% from 255 or 28.46% from 267); Max value from RGB is 152 - color contains mainly: red. Hex color #98274C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98274C is #67D8B3. Grayscale: #4C4C4C. Windows color (decimal): -6805684 or 4990872. OLE color: 4990872.

HSL color Cylindrical-coordinate representation of color #98274C: hue angle of 340.35º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #98274C is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 39 76 -
CMYK 0 0.74 0.50 0.40
HSL 340.35º 0.59% 0.37% -
HSV(B) 340.35º 0.74% 0.6% -
XYZ 14.98 8.65 7.72 -
YUV 77.01 127.44 181.49 -
System Red Green Blue C M Y K H S L
Decimal 152 39 76 0 0.74 0.50 0.40 340.35 0.59 0.37
Hex 98 27 4C 0 4A 32 28 154 3B 25
Octal 230 47 114 0 112 62 50 524 73 45
Binary 10011000 100111 1001100 0 1001010 110010 101000 101010100 111011 100101

Color Harmonies of #98274C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98274C

Black with #98274C

Text Example


Text Example

White with #98274C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,39,76); }

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

background-color css

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

 a { background-color: rgb(152,39,76); }

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

border-color css

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

 span { border-color: rgb(152,39,76); }

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