Html Css Color HEX #502A48 Loulou

📋 copy color: '#502A48'

red 80 ◦ green 42 ◦ blue 72

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

Shades of Loulou #502A48

Tints of Loulou #502A48

RGB

 RED value IS 80 (31.64% from 255) = 41.24%

 GREEN value IS 42 (16.8% from 255) = 21.65%

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

R = 41.24%
G = 21.65%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.10

 K value IS 0.69

RGB Variations

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

Color information

#502A48 (or 0x502A48) is known color: Loulou. HEX triplet: 50, 2A and 48. RGB value is (80,42,72). Sum of RGB (Red+Green+Blue) = 80+42+72=194 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.24% from 194); Green value is 42 (16.80% from 255 or 21.65% from 194); Blue value is 72 (28.52% from 255 or 37.11% from 194); Max value from RGB is 80 - color contains mainly: red. Hex color #502A48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502A48 is #AFD5B7. Grayscale: #383838. Windows color (decimal): -11523512 or 4729424. OLE color: 4729424.

HSL color Cylindrical-coordinate representation of color #502A48: hue angle of 312.63º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #502A48 is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 42 72 -
CMYK 0 0.48 0.10 0.69
HSL 312.63º 0.31% 0.24% -
HSV(B) 312.63º 0.48% 0.31% -
XYZ 5.31 3.83 6.59 -
YUV 56.78 136.59 144.56 -
System Red Green Blue C M Y K H S L
Decimal 80 42 72 0 0.48 0.10 0.69 312.63 0.31 0.24
Hex 50 2A 48 0 30 A 45 139 1F 18
Octal 120 52 110 0 60 12 105 471 37 30
Binary 1010000 101010 1001000 0 110000 1010 1000101 100111001 11111 11000

Color Harmonies of #502A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502A48

Black with #502A48

Text Example


Text Example

White with #502A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502A48; }

 p { color: rgb(80,42,72); }

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

background-color css

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

 a { background-color: rgb(80,42,72); }

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

border-color css

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

 span { border-color: rgb(80,42,72); }

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