Html Css Color HEX #502A42 Loulou

📋 copy color: '#502A42'

red 80 ◦ green 42 ◦ blue 66

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

Shades of Loulou #502A42

Tints of Loulou #502A42

RGB

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

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

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

R = 42.55%
G = 22.34%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.17

 K value IS 0.69

RGB Variations

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

Color information

#502A42 (or 0x502A42) is known color: Loulou. HEX triplet: 50, 2A and 42. RGB value is (80,42,66). Sum of RGB (Red+Green+Blue) = 80+42+66=188 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.55% from 188); Green value is 42 (16.80% from 255 or 22.34% from 188); Blue value is 66 (26.17% from 255 or 35.11% from 188); Max value from RGB is 80 - color contains mainly: red. Hex color #502A42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502A42 is #AFD5BD. Grayscale: #383838. Windows color (decimal): -11523518 or 4336208. OLE color: 4336208.

HSL color Cylindrical-coordinate representation of color #502A42: hue angle of 322.11º 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 #502A42 is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 42 66 -
CMYK 0 0.48 0.17 0.69
HSL 322.11º 0.31% 0.24% -
HSV(B) 322.11º 0.48% 0.31% -
XYZ 5.12 3.75 5.61 -
YUV 56.1 133.59 145.05 -
System Red Green Blue C M Y K H S L
Decimal 80 42 66 0 0.48 0.17 0.69 322.11 0.31 0.24
Hex 50 2A 42 0 30 11 45 142 1F 18
Octal 120 52 102 0 60 21 105 502 37 30
Binary 1010000 101010 1000010 0 110000 10001 1000101 101000010 11111 11000

Color Harmonies of #502A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502A42

Black with #502A42

Text Example


Text Example

White with #502A42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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