Html Css Color HEX #502948 Loulou

📋 copy color: '#502948'

red 80 ◦ green 41 ◦ blue 72

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

Shades of Loulou #502948

Tints of Loulou #502948

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.24%

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

R = 41.45%
G = 21.24%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.69

RGB Variations

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

Color information

#502948 (or 0x502948) is known color: Loulou. HEX triplet: 50, 29 and 48. RGB value is (80,41,72). Sum of RGB (Red+Green+Blue) = 80+41+72=193 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.45% from 193); Green value is 41 (16.41% from 255 or 21.24% from 193); Blue value is 72 (28.52% from 255 or 37.31% from 193); Max value from RGB is 80 - color contains mainly: red. Hex color #502948 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502948 is #AFD6B7. Grayscale: #383838. Windows color (decimal): -11523768 or 4729168. OLE color: 4729168.

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

Color convert

RGB 80 41 72 -
CMYK 0 0.49 0.10 0.69
HSL 312.31º 0.32% 0.24% -
HSV(B) 312.31º 0.49% 0.31% -
XYZ 5.27 3.76 6.58 -
YUV 56.2 136.92 144.98 -
System Red Green Blue C M Y K H S L
Decimal 80 41 72 0 0.49 0.10 0.69 312.31 0.32 0.24
Hex 50 29 48 0 31 A 45 138 20 18
Octal 120 51 110 0 61 12 105 470 40 30
Binary 1010000 101001 1001000 0 110001 1010 1000101 100111000 100000 11000

Color Harmonies of #502948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502948

Black with #502948

Text Example


Text Example

White with #502948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502948; }

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

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

background-color css

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

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

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

border-color css

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

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

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