Html Css Color HEX #502741 Loulou

📋 copy color: '#502741'

red 80 ◦ green 39 ◦ blue 65

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

Shades of Loulou #502741

Tints of Loulou #502741

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.2%

 BLUE value IS 65 (25.78% from 255) = 35.33%

R = 43.48%
G = 21.2%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#502741 (or 0x502741) is known color: Loulou. HEX triplet: 50, 27 and 41. RGB value is (80,39,65). Sum of RGB (Red+Green+Blue) = 80+39+65=184 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.48% from 184); Green value is 39 (15.62% from 255 or 21.20% from 184); Blue value is 65 (25.78% from 255 or 35.33% from 184); Max value from RGB is 80 - color contains mainly: red. Hex color #502741 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502741 is #AFD8BE. Grayscale: #363636. Windows color (decimal): -11524287 or 4269904. OLE color: 4269904.

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

Color convert

RGB 80 39 65 -
CMYK 0 0.51 0.19 0.69
HSL 321.95º 0.34% 0.23% -
HSV(B) 321.95º 0.51% 0.31% -
XYZ 4.99 3.54 5.42 -
YUV 54.22 134.08 146.39 -
System Red Green Blue C M Y K H S L
Decimal 80 39 65 0 0.51 0.19 0.69 321.95 0.34 0.23
Hex 50 27 41 0 33 13 45 142 22 17
Octal 120 47 101 0 63 23 105 502 42 27
Binary 1010000 100111 1000001 0 110011 10011 1000101 101000010 100010 10111

Color Harmonies of #502741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502741

Black with #502741

Text Example


Text Example

White with #502741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502741; }

 p { color: rgb(80,39,65); }

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

background-color css

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

 a { background-color: rgb(80,39,65); }

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

border-color css

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

 span { border-color: rgb(80,39,65); }

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