Html Css Color HEX #502645 Loulou

📋 copy color: '#502645'

red 80 ◦ green 38 ◦ blue 69

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

Shades of Loulou #502645

Tints of Loulou #502645

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20.32%

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

R = 42.78%
G = 20.32%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.14

 K value IS 0.69

RGB Variations

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

Color information

#502645 (or 0x502645) is known color: Loulou. HEX triplet: 50, 26 and 45. RGB value is (80,38,69). Sum of RGB (Red+Green+Blue) = 80+38+69=187 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.78% from 187); Green value is 38 (15.23% from 255 or 20.32% from 187); Blue value is 69 (27.34% from 255 or 36.90% from 187); Max value from RGB is 80 - color contains mainly: red. Hex color #502645 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502645 is #AFD9BA. Grayscale: #363636. Windows color (decimal): -11524539 or 4531792. OLE color: 4531792.

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

Color convert

RGB 80 38 69 -
CMYK 0 0.52 0.14 0.69
HSL 315.71º 0.36% 0.23% -
HSV(B) 315.71º 0.53% 0.31% -
XYZ 5.08 3.52 6.04 -
YUV 54.09 136.41 146.48 -
System Red Green Blue C M Y K H S L
Decimal 80 38 69 0 0.52 0.14 0.69 315.71 0.36 0.23
Hex 50 26 45 0 34 E 45 13C 24 17
Octal 120 46 105 0 64 16 105 474 44 27
Binary 1010000 100110 1000101 0 110100 1110 1000101 100111100 100100 10111

Color Harmonies of #502645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502645

Black with #502645

Text Example


Text Example

White with #502645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502645; }

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

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

background-color css

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

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

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

border-color css

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

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

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