Html Css Color HEX #961848 Lipstick

📋 copy color: '#961848'

red 150 ◦ green 24 ◦ blue 72

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

Shades of Lipstick #961848

Tints of Lipstick #961848

RGB

 RED value IS 150 (58.98% from 255) = 60.98%

 GREEN value IS 24 (9.77% from 255) = 9.76%

 BLUE value IS 72 (28.52% from 255) = 29.27%

R = 60.98%
G = 9.76%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#961848 (or 0x961848) is known color: Lipstick. HEX triplet: 96, 18 and 48. RGB value is (150,24,72). Sum of RGB (Red+Green+Blue) = 150+24+72=246 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.98% from 246); Green value is 24 (9.77% from 255 or 9.76% from 246); Blue value is 72 (28.52% from 255 or 29.27% from 246); Max value from RGB is 150 - color contains mainly: red. Hex color #961848 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961848 is #69E7B7. Grayscale: #434343. Windows color (decimal): -6940600 or 4724886. OLE color: 4724886.

HSL color Cylindrical-coordinate representation of color #961848: hue angle of 337.14º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #961848 is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 24 72 -
CMYK 0 0.84 0.52 0.41
HSL 337.14º 0.72% 0.34% -
HSV(B) 337.14º 0.84% 0.59% -
XYZ 14.07 7.61 6.86 -
YUV 67.15 130.74 187.1 -
System Red Green Blue C M Y K H S L
Decimal 150 24 72 0 0.84 0.52 0.41 337.14 0.72 0.34
Hex 96 18 48 0 54 34 29 151 48 22
Octal 226 30 110 0 124 64 51 521 110 42
Binary 10010110 11000 1001000 0 1010100 110100 101001 101010001 1001000 100010

Color Harmonies of #961848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961848

Black with #961848

Text Example


Text Example

White with #961848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961848; }

 p { color: rgb(150,24,72); }

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

background-color css

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

 a { background-color: rgb(150,24,72); }

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

border-color css

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

 span { border-color: rgb(150,24,72); }

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