Html Css Color HEX #A62348 Lipstick

📋 copy color: '#A62348'

red 166 ◦ green 35 ◦ blue 72

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

Shades of Lipstick #A62348

Tints of Lipstick #A62348

RGB

 RED value IS 166 (65.23% from 255) = 60.81%

 GREEN value IS 35 (14.06% from 255) = 12.82%

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

R = 60.81%
G = 12.82%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A62348 (or 0xA62348) is known color: Lipstick. HEX triplet: A6, 23 and 48. RGB value is (166,35,72). Sum of RGB (Red+Green+Blue) = 166+35+72=273 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.81% from 273); Green value is 35 (14.06% from 255 or 12.82% from 273); Blue value is 72 (28.52% from 255 or 26.37% from 273); Max value from RGB is 166 - color contains mainly: red. Hex color #A62348 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62348 is #59DCB7. Grayscale: #4E4E4E. Windows color (decimal): -5889208 or 4727718. OLE color: 4727718.

HSL color Cylindrical-coordinate representation of color #A62348: hue angle of 343.05º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A62348 is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 35 72 -
CMYK 0 0.79 0.57 0.35
HSL 343.05º 0.65% 0.39% -
HSV(B) 343.05º 0.79% 0.65% -
XYZ 17.5 9.78 7.1 -
YUV 78.39 124.4 190.49 -
System Red Green Blue C M Y K H S L
Decimal 166 35 72 0 0.79 0.57 0.35 343.05 0.65 0.39
Hex A6 23 48 0 4F 39 23 157 41 27
Octal 246 43 110 0 117 71 43 527 101 47
Binary 10100110 100011 1001000 0 1001111 111001 100011 101010111 1000001 100111

Color Harmonies of #A62348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62348

Black with #A62348

Text Example


Text Example

White with #A62348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62348; }

 p { color: rgb(166,35,72); }

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

background-color css

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

 a { background-color: rgb(166,35,72); }

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

border-color css

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

 span { border-color: rgb(166,35,72); }

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