Html Css Color HEX #502B42 Loulou

📋 copy color: '#502B42'

red 80 ◦ green 43 ◦ blue 66

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

Shades of Loulou #502B42

Tints of Loulou #502B42

RGB

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

 GREEN value IS 43 (17.19% from 255) = 22.75%

 BLUE value IS 66 (26.17% from 255) = 34.92%

R = 42.33%
G = 22.75%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.17

 K value IS 0.69

RGB Variations

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

Color information

#502B42 (or 0x502B42) is known color: Loulou. HEX triplet: 50, 2B and 42. RGB value is (80,43,66). Sum of RGB (Red+Green+Blue) = 80+43+66=189 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.33% from 189); Green value is 43 (17.19% from 255 or 22.75% from 189); Blue value is 66 (26.17% from 255 or 34.92% from 189); Max value from RGB is 80 - color contains mainly: red. Hex color #502B42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502B42 is #AFD4BD. Grayscale: #383838. Windows color (decimal): -11523262 or 4336464. OLE color: 4336464.

HSL color Cylindrical-coordinate representation of color #502B42: hue angle of 322.7º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #502B42 is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 43 66 -
CMYK 0 0.46 0.17 0.69
HSL 322.7º 0.3% 0.24% -
HSV(B) 322.7º 0.46% 0.31% -
XYZ 5.16 3.83 5.62 -
YUV 56.69 133.26 144.63 -
System Red Green Blue C M Y K H S L
Decimal 80 43 66 0 0.46 0.17 0.69 322.7 0.3 0.24
Hex 50 2B 42 0 2E 11 45 143 1E 18
Octal 120 53 102 0 56 21 105 503 36 30
Binary 1010000 101011 1000010 0 101110 10001 1000101 101000011 11110 11000

Color Harmonies of #502B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502B42

Black with #502B42

Text Example


Text Example

White with #502B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502B42; }

 p { color: rgb(80,43,66); }

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

background-color css

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

 a { background-color: rgb(80,43,66); }

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

border-color css

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

 span { border-color: rgb(80,43,66); }

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