Html Css Color HEX #503245 Loulou

📋 copy color: '#503245'

red 80 ◦ green 50 ◦ blue 69

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

Shades of Loulou #503245

Tints of Loulou #503245

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.13%

 BLUE value IS 69 (27.34% from 255) = 34.67%

R = 40.2%
G = 25.13%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.14

 K value IS 0.69

RGB Variations

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

Color information

#503245 (or 0x503245) is known color: Loulou. HEX triplet: 50, 32 and 45. RGB value is (80,50,69). Sum of RGB (Red+Green+Blue) = 80+50+69=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 50 (19.92% from 255 or 25.13% from 199); Blue value is 69 (27.34% from 255 or 34.67% from 199); Max value from RGB is 80 - color contains mainly: red. Hex color #503245 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503245 is #AFCDBA. Grayscale: #3D3D3D. Windows color (decimal): -11521467 or 4534864. OLE color: 4534864.

HSL color Cylindrical-coordinate representation of color #503245: hue angle of 322º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #503245 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 50 69 -
CMYK 0 0.37 0.14 0.69
HSL 322º 0.23% 0.25% -
HSV(B) 322º 0.38% 0.31% -
XYZ 5.52 4.42 6.19 -
YUV 61.14 132.44 141.46 -
System Red Green Blue C M Y K H S L
Decimal 80 50 69 0 0.37 0.14 0.69 322 0.23 0.25
Hex 50 32 45 0 25 E 45 142 17 19
Octal 120 62 105 0 45 16 105 502 27 31
Binary 1010000 110010 1000101 0 100101 1110 1000101 101000010 10111 11001

Color Harmonies of #503245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503245

Black with #503245

Text Example


Text Example

White with #503245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503245; }

 p { color: rgb(80,50,69); }

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

background-color css

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

 a { background-color: rgb(80,50,69); }

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

border-color css

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

 span { border-color: rgb(80,50,69); }

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