Html Css Color HEX #502448 Loulou

📋 copy color: '#502448'

red 80 ◦ green 36 ◦ blue 72

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

Shades of Loulou #502448

Tints of Loulou #502448

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.15%

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

R = 42.55%
G = 19.15%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.10

 K value IS 0.69

RGB Variations

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

Color information

#502448 (or 0x502448) is known color: Loulou. HEX triplet: 50, 24 and 48. RGB value is (80,36,72). Sum of RGB (Red+Green+Blue) = 80+36+72=188 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.55% from 188); Green value is 36 (14.45% from 255 or 19.15% from 188); Blue value is 72 (28.52% from 255 or 38.30% from 188); Max value from RGB is 80 - color contains mainly: red. Hex color #502448 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502448 is #AFDBB7. Grayscale: #353535. Windows color (decimal): -11525048 or 4727888. OLE color: 4727888.

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

Color convert

RGB 80 36 72 -
CMYK 0 0.55 0.10 0.69
HSL 310.91º 0.38% 0.23% -
HSV(B) 310.91º 0.55% 0.31% -
XYZ 5.11 3.44 6.52 -
YUV 53.26 138.58 147.07 -
System Red Green Blue C M Y K H S L
Decimal 80 36 72 0 0.55 0.10 0.69 310.91 0.38 0.23
Hex 50 24 48 0 37 A 45 137 26 17
Octal 120 44 110 0 67 12 105 467 46 27
Binary 1010000 100100 1001000 0 110111 1010 1000101 100110111 100110 10111

Color Harmonies of #502448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502448

Black with #502448

Text Example


Text Example

White with #502448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502448; }

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

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

background-color css

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

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

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

border-color css

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

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

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