Html Css Color HEX #502C4B Loulou

📋 copy color: '#502C4B'

red 80 ◦ green 44 ◦ blue 75

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

Shades of Loulou #502C4B

Tints of Loulou #502C4B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 22.11%

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

R = 40.2%
G = 22.11%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.06

 K value IS 0.69

RGB Variations

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

Color information

#502C4B (or 0x502C4B) is known color: Loulou. HEX triplet: 50, 2C and 4B. RGB value is (80,44,75). Sum of RGB (Red+Green+Blue) = 80+44+75=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 44 (17.58% from 255 or 22.11% from 199); Blue value is 75 (29.69% from 255 or 37.69% from 199); Max value from RGB is 80 - color contains mainly: red. Hex color #502C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502C4B is #AFD3B4. Grayscale: #3A3A3A. Windows color (decimal): -11522997 or 4926544. OLE color: 4926544.

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

Color convert

RGB 80 44 75 -
CMYK 0 0.45 0.06 0.69
HSL 308.33º 0.29% 0.24% -
HSV(B) 308.33º 0.45% 0.31% -
XYZ 5.48 4.01 7.14 -
YUV 58.3 137.43 143.48 -
System Red Green Blue C M Y K H S L
Decimal 80 44 75 0 0.45 0.06 0.69 308.33 0.29 0.24
Hex 50 2C 4B 0 2D 6 45 134 1D 18
Octal 120 54 113 0 55 6 105 464 35 30
Binary 1010000 101100 1001011 0 101101 110 1000101 100110100 11101 11000

Color Harmonies of #502C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502C4B

Black with #502C4B

Text Example


Text Example

White with #502C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,44,75); }

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

background-color css

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

 a { background-color: rgb(80,44,75); }

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

border-color css

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

 span { border-color: rgb(80,44,75); }

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