Html Css Color HEX #A51A4B Lipstick

📋 copy color: '#A51A4B'

red 165 ◦ green 26 ◦ blue 75

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

Shades of Lipstick #A51A4B

Tints of Lipstick #A51A4B

RGB

 RED value IS 165 (64.84% from 255) = 62.03%

 GREEN value IS 26 (10.55% from 255) = 9.77%

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

R = 62.03%
G = 9.77%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#A51A4B (or 0xA51A4B) is known color: Lipstick. HEX triplet: A5, 1A and 4B. RGB value is (165,26,75). Sum of RGB (Red+Green+Blue) = 165+26+75=266 (35% of max value = 765). Red value is 165 (64.84% from 255 or 62.03% from 266); Green value is 26 (10.55% from 255 or 9.77% from 266); Blue value is 75 (29.69% from 255 or 28.20% from 266); Max value from RGB is 165 - color contains mainly: red. Hex color #A51A4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A51A4B is #5AE5B4. Grayscale: #494949. Windows color (decimal): -5957045 or 4922021. OLE color: 4922021.

HSL color Cylindrical-coordinate representation of color #A51A4B: hue angle of 338.85º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A51A4B is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 26 75 -
CMYK 0 0.84 0.55 0.35
HSL 338.85º 0.73% 0.37% -
HSV(B) 338.85º 0.84% 0.65% -
XYZ 17.16 9.25 7.54 -
YUV 73.15 129.05 193.52 -
System Red Green Blue C M Y K H S L
Decimal 165 26 75 0 0.84 0.55 0.35 338.85 0.73 0.37
Hex A5 1A 4B 0 54 37 23 153 49 25
Octal 245 32 113 0 124 67 43 523 111 45
Binary 10100101 11010 1001011 0 1010100 110111 100011 101010011 1001001 100101

Color Harmonies of #A51A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51A4B

Black with #A51A4B

Text Example


Text Example

White with #A51A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51A4B; }

 p { color: rgb(165,26,75); }

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

background-color css

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

 a { background-color: rgb(165,26,75); }

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

border-color css

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

 span { border-color: rgb(165,26,75); }

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