Html Css Color HEX #981D4B Lipstick

📋 copy color: '#981D4B'

red 152 ◦ green 29 ◦ blue 75

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

Shades of Lipstick #981D4B

Tints of Lipstick #981D4B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.33%

 BLUE value IS 75 (29.69% from 255) = 29.3%

R = 59.38%
G = 11.33%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.51

 K value IS 0.40

RGB Variations

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

Color information

#981D4B (or 0x981D4B) is known color: Lipstick. HEX triplet: 98, 1D and 4B. RGB value is (152,29,75). Sum of RGB (Red+Green+Blue) = 152+29+75=256 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.38% from 256); Green value is 29 (11.72% from 255 or 11.33% from 256); Blue value is 75 (29.69% from 255 or 29.30% from 256); Max value from RGB is 152 - color contains mainly: red. Hex color #981D4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #981D4B is #67E2B4. Grayscale: #464646. Windows color (decimal): -6808245 or 4922776. OLE color: 4922776.

HSL color Cylindrical-coordinate representation of color #981D4B: hue angle of 337.56º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #981D4B is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 29 75 -
CMYK 0 0.81 0.51 0.40
HSL 337.56º 0.68% 0.35% -
HSV(B) 337.56º 0.81% 0.6% -
XYZ 14.66 8.06 7.44 -
YUV 71.02 130.25 185.76 -
System Red Green Blue C M Y K H S L
Decimal 152 29 75 0 0.81 0.51 0.40 337.56 0.68 0.35
Hex 98 1D 4B 0 51 33 28 152 44 23
Octal 230 35 113 0 121 63 50 522 104 43
Binary 10011000 11101 1001011 0 1010001 110011 101000 101010010 1000100 100011

Color Harmonies of #981D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981D4B

Black with #981D4B

Text Example


Text Example

White with #981D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981D4B; }

 p { color: rgb(152,29,75); }

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

background-color css

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

 a { background-color: rgb(152,29,75); }

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

border-color css

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

 span { border-color: rgb(152,29,75); }

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