Html Css Color HEX #502248 Loulou

📋 copy color: '#502248'

red 80 ◦ green 34 ◦ blue 72

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

Shades of Loulou #502248

Tints of Loulou #502248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 38.71%

R = 43.01%
G = 18.28%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.10

 K value IS 0.69

RGB Variations

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

Color information

#502248 (or 0x502248) is known color: Loulou. HEX triplet: 50, 22 and 48. RGB value is (80,34,72). Sum of RGB (Red+Green+Blue) = 80+34+72=186 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.01% from 186); Green value is 34 (13.67% from 255 or 18.28% from 186); Blue value is 72 (28.52% from 255 or 38.71% from 186); Max value from RGB is 80 - color contains mainly: red. Hex color #502248 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502248 is #AFDDB7. Grayscale: #333333. Windows color (decimal): -11525560 or 4727376. OLE color: 4727376.

HSL color Cylindrical-coordinate representation of color #502248: hue angle of 310.43º 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 #502248 is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 34 72 -
CMYK 0 0.58 0.10 0.69
HSL 310.43º 0.4% 0.22% -
HSV(B) 310.43º 0.58% 0.31% -
XYZ 5.05 3.32 6.51 -
YUV 52.09 139.24 147.91 -
System Red Green Blue C M Y K H S L
Decimal 80 34 72 0 0.58 0.10 0.69 310.43 0.4 0.22
Hex 50 22 48 0 3A A 45 136 28 16
Octal 120 42 110 0 72 12 105 466 50 26
Binary 1010000 100010 1001000 0 111010 1010 1000101 100110110 101000 10110

Color Harmonies of #502248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502248

Black with #502248

Text Example


Text Example

White with #502248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502248; }

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

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

background-color css

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

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

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

border-color css

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

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

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