Html Css Color HEX #50354B Loulou

📋 copy color: '#50354B'

red 80 ◦ green 53 ◦ blue 75

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

Shades of Loulou #50354B

Tints of Loulou #50354B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.48%

 BLUE value IS 75 (29.69% from 255) = 36.06%

R = 38.46%
G = 25.48%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.06

 K value IS 0.69

RGB Variations

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

Color information

#50354B (or 0x50354B) is known color: Loulou. HEX triplet: 50, 35 and 4B. RGB value is (80,53,75). Sum of RGB (Red+Green+Blue) = 80+53+75=208 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.46% from 208); Green value is 53 (21.09% from 255 or 25.48% from 208); Blue value is 75 (29.69% from 255 or 36.06% from 208); Max value from RGB is 80 - color contains mainly: red. Hex color #50354B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50354B is #AFCAB4. Grayscale: #3F3F3F. Windows color (decimal): -11520693 or 4928848. OLE color: 4928848.

HSL color Cylindrical-coordinate representation of color #50354B: hue angle of 311.11º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #50354B is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 53 75 -
CMYK 0 0.34 0.06 0.69
HSL 311.11º 0.2% 0.26% -
HSV(B) 311.11º 0.34% 0.31% -
XYZ 5.85 4.76 7.27 -
YUV 63.58 134.45 139.71 -
System Red Green Blue C M Y K H S L
Decimal 80 53 75 0 0.34 0.06 0.69 311.11 0.2 0.26
Hex 50 35 4B 0 22 6 45 137 14 1A
Octal 120 65 113 0 42 6 105 467 24 32
Binary 1010000 110101 1001011 0 100010 110 1000101 100110111 10100 11010

Color Harmonies of #50354B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50354B

Black with #50354B

Text Example


Text Example

White with #50354B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50354B; }

 p { color: rgb(80,53,75); }

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

background-color css

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

 a { background-color: rgb(80,53,75); }

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

border-color css

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

 span { border-color: rgb(80,53,75); }

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