Html Css Color HEX #502245 Loulou

📋 copy color: '#502245'

red 80 ◦ green 34 ◦ blue 69

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

Shades of Loulou #502245

Tints of Loulou #502245

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.58%

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

R = 43.72%
G = 18.58%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.14

 K value IS 0.69

RGB Variations

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

Color information

#502245 (or 0x502245) is known color: Loulou. HEX triplet: 50, 22 and 45. RGB value is (80,34,69). Sum of RGB (Red+Green+Blue) = 80+34+69=183 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.72% from 183); Green value is 34 (13.67% from 255 or 18.58% from 183); Blue value is 69 (27.34% from 255 or 37.70% from 183); Max value from RGB is 80 - color contains mainly: red. Hex color #502245 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502245 is #AFDDBA. Grayscale: #333333. Windows color (decimal): -11525563 or 4530768. OLE color: 4530768.

HSL color Cylindrical-coordinate representation of color #502245: hue angle of 314.35º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #502245 is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 34 69 -
CMYK 0 0.58 0.14 0.69
HSL 314.35º 0.4% 0.22% -
HSV(B) 314.35º 0.58% 0.31% -
XYZ 4.95 3.28 6 -
YUV 51.74 137.74 148.15 -
System Red Green Blue C M Y K H S L
Decimal 80 34 69 0 0.58 0.14 0.69 314.35 0.4 0.22
Hex 50 22 45 0 3A E 45 13A 28 16
Octal 120 42 105 0 72 16 105 472 50 26
Binary 1010000 100010 1000101 0 111010 1110 1000101 100111010 101000 10110

Color Harmonies of #502245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502245

Black with #502245

Text Example


Text Example

White with #502245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502245; }

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

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

background-color css

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

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

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

border-color css

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

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

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