Html Css Color HEX #A51D4B Lipstick

📋 copy color: '#A51D4B'

red 165 ◦ green 29 ◦ blue 75

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

Shades of Lipstick #A51D4B

Tints of Lipstick #A51D4B

RGB

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

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

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

R = 61.34%
G = 10.78%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#A51D4B (or 0xA51D4B) is known color: Lipstick. HEX triplet: A5, 1D and 4B. RGB value is (165,29,75). Sum of RGB (Red+Green+Blue) = 165+29+75=269 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.34% from 269); Green value is 29 (11.72% from 255 or 10.78% from 269); Blue value is 75 (29.69% from 255 or 27.88% from 269); Max value from RGB is 165 - color contains mainly: red. Hex color #A51D4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A51D4B is #5AE2B4. Grayscale: #4A4A4A. Windows color (decimal): -5956277 or 4922789. OLE color: 4922789.

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

Color convert

RGB 165 29 75 -
CMYK 0 0.82 0.55 0.35
HSL 339.71º 0.7% 0.38% -
HSV(B) 339.71º 0.82% 0.65% -
XYZ 17.23 9.39 7.56 -
YUV 74.91 128.06 192.26 -
System Red Green Blue C M Y K H S L
Decimal 165 29 75 0 0.82 0.55 0.35 339.71 0.7 0.38
Hex A5 1D 4B 0 52 37 23 154 46 26
Octal 245 35 113 0 122 67 43 524 106 46
Binary 10100101 11101 1001011 0 1010010 110111 100011 101010100 1000110 100110

Color Harmonies of #A51D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51D4B

Black with #A51D4B

Text Example


Text Example

White with #A51D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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