Html Css Color HEX #971B42 Lipstick

📋 copy color: '#971B42'

red 151 ◦ green 27 ◦ blue 66

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

Shades of Lipstick #971B42

Tints of Lipstick #971B42

RGB

 RED value IS 151 (59.38% from 255) = 61.89%

 GREEN value IS 27 (10.94% from 255) = 11.07%

 BLUE value IS 66 (26.17% from 255) = 27.05%

R = 61.89%
G = 11.07%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.56

 K value IS 0.41

RGB Variations

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

Color information

#971B42 (or 0x971B42) is known color: Lipstick. HEX triplet: 97, 1B and 42. RGB value is (151,27,66). Sum of RGB (Red+Green+Blue) = 151+27+66=244 (32% of max value = 765). Red value is 151 (59.38% from 255 or 61.89% from 244); Green value is 27 (10.94% from 255 or 11.07% from 244); Blue value is 66 (26.17% from 255 or 27.05% from 244); Max value from RGB is 151 - color contains mainly: red. Hex color #971B42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #971B42 is #68E4BD. Grayscale: #444444. Windows color (decimal): -6874302 or 4332439. OLE color: 4332439.

HSL color Cylindrical-coordinate representation of color #971B42: hue angle of 341.13º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #971B42 is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 27 66 -
CMYK 0 0.82 0.56 0.41
HSL 341.13º 0.7% 0.35% -
HSV(B) 341.13º 0.82% 0.59% -
XYZ 14.14 7.76 5.91 -
YUV 68.52 126.58 186.83 -
System Red Green Blue C M Y K H S L
Decimal 151 27 66 0 0.82 0.56 0.41 341.13 0.7 0.35
Hex 97 1B 42 0 52 38 29 155 46 23
Octal 227 33 102 0 122 70 51 525 106 43
Binary 10010111 11011 1000010 0 1010010 111000 101001 101010101 1000110 100011

Color Harmonies of #971B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971B42

Black with #971B42

Text Example


Text Example

White with #971B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971B42; }

 p { color: rgb(151,27,66); }

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

background-color css

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

 a { background-color: rgb(151,27,66); }

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

border-color css

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

 span { border-color: rgb(151,27,66); }

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