Html Css Color HEX #502346 Loulou

📋 copy color: '#502346'

red 80 ◦ green 35 ◦ blue 70

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

Shades of Loulou #502346

Tints of Loulou #502346

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.92%

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

R = 43.24%
G = 18.92%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.12

 K value IS 0.69

RGB Variations

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

Color information

#502346 (or 0x502346) is known color: Loulou. HEX triplet: 50, 23 and 46. RGB value is (80,35,70). Sum of RGB (Red+Green+Blue) = 80+35+70=185 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.24% from 185); Green value is 35 (14.06% from 255 or 18.92% from 185); Blue value is 70 (27.73% from 255 or 37.84% from 185); Max value from RGB is 80 - color contains mainly: red. Hex color #502346 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502346 is #AFDCB9. Grayscale: #343434. Windows color (decimal): -11525306 or 4596560. OLE color: 4596560.

HSL color Cylindrical-coordinate representation of color #502346: hue angle of 313.33º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #502346 is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 35 70 -
CMYK 0 0.56 0.12 0.69
HSL 313.33º 0.39% 0.23% -
HSV(B) 313.33º 0.56% 0.31% -
XYZ 5.01 3.35 6.18 -
YUV 52.45 137.91 147.65 -
System Red Green Blue C M Y K H S L
Decimal 80 35 70 0 0.56 0.12 0.69 313.33 0.39 0.23
Hex 50 23 46 0 38 C 45 139 27 17
Octal 120 43 106 0 70 14 105 471 47 27
Binary 1010000 100011 1000110 0 111000 1100 1000101 100111001 100111 10111

Color Harmonies of #502346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502346

Black with #502346

Text Example


Text Example

White with #502346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502346; }

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

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

background-color css

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

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

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

border-color css

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

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

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