Html Css Color HEX #502B48 Loulou

📋 copy color: '#502B48'

red 80 ◦ green 43 ◦ blue 72

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

Shades of Loulou #502B48

Tints of Loulou #502B48

RGB

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

 GREEN value IS 43 (17.19% from 255) = 22.05%

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

R = 41.03%
G = 22.05%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.10

 K value IS 0.69

RGB Variations

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

Color information

#502B48 (or 0x502B48) is known color: Loulou. HEX triplet: 50, 2B and 48. RGB value is (80,43,72). Sum of RGB (Red+Green+Blue) = 80+43+72=195 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.03% from 195); Green value is 43 (17.19% from 255 or 22.05% from 195); Blue value is 72 (28.52% from 255 or 36.92% from 195); Max value from RGB is 80 - color contains mainly: red. Hex color #502B48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502B48 is #AFD4B7. Grayscale: #393939. Windows color (decimal): -11523256 or 4729680. OLE color: 4729680.

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

Color convert

RGB 80 43 72 -
CMYK 0 0.46 0.10 0.69
HSL 312.97º 0.3% 0.24% -
HSV(B) 312.97º 0.46% 0.31% -
XYZ 5.34 3.9 6.6 -
YUV 57.37 136.26 144.14 -
System Red Green Blue C M Y K H S L
Decimal 80 43 72 0 0.46 0.10 0.69 312.97 0.3 0.24
Hex 50 2B 48 0 2E A 45 139 1E 18
Octal 120 53 110 0 56 12 105 471 36 30
Binary 1010000 101011 1001000 0 101110 1010 1000101 100111001 11110 11000

Color Harmonies of #502B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502B48

Black with #502B48

Text Example


Text Example

White with #502B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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