Html Css Color HEX #502B46 Loulou

📋 copy color: '#502B46'

red 80 ◦ green 43 ◦ blue 70

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

Shades of Loulou #502B46

Tints of Loulou #502B46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 36.27%

R = 41.45%
G = 22.28%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.12

 K value IS 0.69

RGB Variations

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

Color information

#502B46 (or 0x502B46) is known color: Loulou. HEX triplet: 50, 2B and 46. RGB value is (80,43,70). Sum of RGB (Red+Green+Blue) = 80+43+70=193 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.45% from 193); Green value is 43 (17.19% from 255 or 22.28% from 193); Blue value is 70 (27.73% from 255 or 36.27% from 193); Max value from RGB is 80 - color contains mainly: red. Hex color #502B46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502B46 is #AFD4B9. Grayscale: #393939. Windows color (decimal): -11523258 or 4598608. OLE color: 4598608.

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

Color convert

RGB 80 43 70 -
CMYK 0 0.46 0.12 0.69
HSL 316.22º 0.3% 0.24% -
HSV(B) 316.22º 0.46% 0.31% -
XYZ 5.28 3.88 6.26 -
YUV 57.14 135.26 144.3 -
System Red Green Blue C M Y K H S L
Decimal 80 43 70 0 0.46 0.12 0.69 316.22 0.3 0.24
Hex 50 2B 46 0 2E C 45 13C 1E 18
Octal 120 53 106 0 56 14 105 474 36 30
Binary 1010000 101011 1000110 0 101110 1100 1000101 100111100 11110 11000

Color Harmonies of #502B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502B46

Black with #502B46

Text Example


Text Example

White with #502B46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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